From 7b9c5090c257990856998a3405812e19f63816d5 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 26 Sep 2023 13:28:06 -0700 Subject: [PATCH] Not sure who these dirs should belong to... --- mail-server.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-server.nix b/mail-server.nix index ca503f6..5bae010 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -213,9 +213,9 @@ in { }; systemd.tmpfiles.rules = [ - "d ${cfg.state-directory}/dovecot 0700 mailserver-dovecot - - -" - "d ${cfg.state-directory}/antivirus 0700 mailserver-antivirus - - -" - "d ${cfg.state-directory}/dkim 0700 mailserver-dkim - - -" + "d ${cfg.state-directory}/dovecot 0700 - - - -" + "d ${cfg.state-directory}/antivirus 0700 - - - -" + "d ${cfg.state-directory}/dkim 0700 - - - -" ]; virtualisation.arion.projects.mail-server.settings = let