From 941c4771caa4bd87307666b431d70cbe57f7f4b5 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sat, 27 Jun 2020 02:23:30 +0200 Subject: [PATCH] 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. --- modules/programs/mbsync-accounts.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/programs/mbsync-accounts.nix b/modules/programs/mbsync-accounts.nix index 9db21331a..5fe589af0 100644 --- a/modules/programs/mbsync-accounts.nix +++ b/modules/programs/mbsync-accounts.nix @@ -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 = { };