diff --git a/modules/programs/mbsync-accounts.nix b/modules/programs/mbsync-accounts.nix index fc0bbc5d..c1bd551f 100644 --- a/modules/programs/mbsync-accounts.nix +++ b/modules/programs/mbsync-accounts.nix @@ -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 { type = extraConfigType; default = { };