From 688bf7bd41c6803d61999e7e554707ce5be0735a Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 14 Jun 2024 09:29:04 -0500 Subject: [PATCH] backups: add another scheduled time for backups so that they can run during the day when internet is definitely active --- nixos/beefcake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 76a8f79..0e63db0 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -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 {