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:
Daniel Flanagan 2024-06-14 09:29:04 -05:00
parent 498caa4578
commit 688bf7bd41

View file

@ -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 {