From e952667623840c15a3e434c281cd06dda4853258 Mon Sep 17 00:00:00 2001 From: Hara Date: Mon, 4 May 2026 18:28:00 +0200 Subject: [PATCH] hara-heartbeat: shift schedule to 06/10/14/18 Copenhagen --- nixos/hosts/phantom-ship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };