mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +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
|
||||
'';
|
||||
|
||||
# for mail sending
|
||||
readWritePaths = lib.optional (cfg.OnFailureMail != null) "/var/lib/postfix/queue/maildrop/";
|
||||
|
||||
startAt = "daily";
|
||||
persistentTimer = true;
|
||||
prune.keep = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue