mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
mbsync: remove unneeded extraConfig.channel
This was originally placed here, seemingly, just to get this module working. However, this field is actually more confusing now that a separate per-channel configuration option for extra configurations has been made available.
This commit is contained in:
parent
fb3c246fe0
commit
941c4771ca
1 changed files with 0 additions and 14 deletions
|
@ -174,20 +174,6 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
extraConfig.channel = mkOption {
|
||||
type = extraConfigType;
|
||||
default = { };
|
||||
example = literalExample ''
|
||||
{
|
||||
MaxMessages = 10000;
|
||||
MaxSize = "1m";
|
||||
};
|
||||
'';
|
||||
description = ''
|
||||
Per channel extra configuration.
|
||||
'';
|
||||
};
|
||||
|
||||
extraConfig.local = mkOption {
|
||||
type = extraConfigType;
|
||||
default = { };
|
||||
|
|
Loading…
Reference in a new issue