mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-14 04:13:21 +00:00
fix(email): make sure /var/sieve owned my mail user
This commit is contained in:
parent
325dc40f34
commit
5710f5892b
|
@ -24,6 +24,7 @@ in
|
|||
(if cfg.pleroma.enable then "f /var/lib/pleroma/secrets.exs 0755 pleroma pleroma - -" else "")
|
||||
"f+ /var/domain 0444 selfprivacy-api selfprivacy-api - ${domain}"
|
||||
(if cfg.bitwarden.enable then "f /var/lib/bitwarden/.env 0640 vaultwarden vaultwarden - -" else "")
|
||||
"d /var/sieve 0770 virtualMail virtualMail - -"
|
||||
];
|
||||
system.activationScripts =
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue