From a11a6bb2416cda90dca6c1cf93a8a9f24fe2c1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= <motiejus@jakstys.lt> Date: Thu, 13 Mar 2025 13:33:08 +0000 Subject: [PATCH] timelapse: fix timespec --- modules/services/frigate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix index 3560f9c..3d0c33c 100644 --- a/modules/services/frigate/default.nix +++ b/modules/services/frigate/default.nix @@ -69,7 +69,7 @@ in ]; systemd.timers.timelapse-r11 = { - timerConfig.OnCalendar = "*-*-* 7..19:00,5:00 Europe/Vilnius"; + timerConfig.OnCalendar = "*-*-* 7..19:00/5 Europe/Vilnius"; wantedBy = [ "timers.target" ]; };