nixbld: more frequent backups

pull/21/head
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 = {
description = "M-Labs backup";
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "weekly";
timerConfig.OnCalendar = "tuesday,friday";
};
};
}