nixbld: more frequent backups

This commit is contained in:
Sebastien Bourdeauducq 2021-11-24 23:56:48 +08:00
parent 3e2061c47b
commit 29830b0ae9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ in
systemd.timers.mlabs-backup = { systemd.timers.mlabs-backup = {
description = "M-Labs backup"; description = "M-Labs backup";
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "weekly"; timerConfig.OnCalendar = "tuesday,friday";
}; };
}; };
} }