Feature/configurable delimiter
This commit is contained in:
committed by
lewo
parent
d0a2e74574
commit
d75614a653
@@ -620,6 +620,14 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
recipientDelimiter = mkOption {
|
||||
type = types.str;
|
||||
default = "+";
|
||||
description = ''
|
||||
Configure the recipient delimiter.
|
||||
'';
|
||||
};
|
||||
|
||||
redis = {
|
||||
address = mkOption {
|
||||
type = types.str;
|
||||
|
||||
Reference in New Issue
Block a user