Revert "mbsync: remove unneeded extraConfig.channel"
This reverts commit 941c4771ca
.
To support backwards compatibility, I need to leave this field/option
in the module, even if it will likely be more confusing to do it this way.
This commit is contained in:
parent
05cf64b9f9
commit
4b136696a2
|
@ -179,6 +179,20 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraConfig.channel = mkOption {
|
||||||
|
type = extraConfigType;
|
||||||
|
default = { };
|
||||||
|
example = literalExample ''
|
||||||
|
{
|
||||||
|
MaxMessages = 10000;
|
||||||
|
MaxSize = "1m";
|
||||||
|
};
|
||||||
|
'';
|
||||||
|
description = ''
|
||||||
|
Per channel extra configuration.
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
extraConfig.local = mkOption {
|
extraConfig.local = mkOption {
|
||||||
type = extraConfigType;
|
type = extraConfigType;
|
||||||
default = { };
|
default = { };
|
||||||
|
|
Loading…
Reference in a new issue