diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 886b9b1..91b3d2e 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -426,7 +426,7 @@ in systemd.timers.hara-heartbeat = { wantedBy = [ "timers.target" ]; timerConfig = { - OnCalendar = "08,12,16,20:07"; + OnCalendar = "06,10,14,18:07"; Timezone = "Europe/Copenhagen"; Persistent = true; };