diff options
Diffstat (limited to 'systems/eldiron/mail/dovecot.nix')
-rw-r--r-- | systems/eldiron/mail/dovecot.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/systems/eldiron/mail/dovecot.nix b/systems/eldiron/mail/dovecot.nix index 9c9cd7c..a14e400 100644 --- a/systems/eldiron/mail/dovecot.nix +++ b/systems/eldiron/mail/dovecot.nix | |||
@@ -13,6 +13,14 @@ let | |||
13 | in | 13 | in |
14 | { | 14 | { |
15 | config = lib.mkIf config.myServices.mail.enable { | 15 | config = lib.mkIf config.myServices.mail.enable { |
16 | services.borgBackup.profiles.global.includedPaths = [ | ||
17 | "dhparams" | ||
18 | ]; | ||
19 | services.borgBackup.profiles.global.ignoredPaths = [ | ||
20 | "vhost/.sieve_bin" | ||
21 | "vhost/.imapsieve_bin" | ||
22 | "dovecot" | ||
23 | ]; | ||
16 | myServices.dns.zones."immae.eu".subdomains = | 24 | myServices.dns.zones."immae.eu".subdomains = |
17 | with config.myServices.dns.helpers; | 25 | with config.myServices.dns.helpers; |
18 | { | 26 | { |