From 06ec90577e4ad13058c3357fd936d3c4cf3b2444 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 17 Oct 2022 23:55:36 +0200 Subject: [PATCH] email: move state to /var/lib --- email.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/email.nix b/email.nix index 9d31e92..3e36778 100644 --- a/email.nix +++ b/email.nix @@ -21,6 +21,10 @@ "abuse@eurofusion.eu" = "rnhmjoj@eurofusion.eu"; }; + # store state under /var + mailDirectory = "/var/lib/mail"; + dkimKeyDirectory = "/var/lib/dkim"; + mailboxes = { # default IMAP folders Sent = { specialUse = "Sent"; auto = "subscribe"; };