From 4350f08bf03d1822d77ac0e79e1b4dd16be4cc0b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 22 Aug 2023 14:47:08 +0200 Subject: [PATCH] mail: make sure sieve scripts are saved on reboot --- modules/services/mail/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/mail/default.nix b/modules/services/mail/default.nix index 87b604d0..c9f24ab7 100644 --- a/modules/services/mail/default.nix +++ b/modules/services/mail/default.nix @@ -15,6 +15,7 @@ in { path = "/var/lib/postfix"; type = "cache"; } { path = "/var/lib/redis-rspamd"; type = "cache"; } { path = "/var/lib/rspamd"; type = "cache"; } + { path = "/var/sieve"; type = "data"; } ]; mailserver = { enable = true;