backups: add another scheduled time for backups so that they can run during the day when internet is definitely active
This commit is contained in:
parent
498caa4578
commit
688bf7bd41
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
|||
initialize = true;
|
||||
exclude = [];
|
||||
timerConfig = {
|
||||
OnCalendar = "04:45";
|
||||
OnCalendar = ["04:45" "17:45"];
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue