mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
service/backup: fix mail transport
This commit is contained in:
parent
dfdea56db1
commit
b5e0057912
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@ in
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# for mail sending
|
||||||
|
readWritePaths = lib.optional (cfg.OnFailureMail != null) "/var/lib/postfix/queue/maildrop/";
|
||||||
|
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
persistentTimer = true;
|
persistentTimer = true;
|
||||||
prune.keep = {
|
prune.keep = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue