Not sure who these dirs should belong to...

This commit is contained in:
niten 2023-09-26 13:28:06 -07:00
parent cd86e08045
commit 7b9c5090c2
1 changed files with 3 additions and 3 deletions

View File

@ -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