config

NixOS config
Log | Files | Refs | README | LICENSE

commit a11a6bb2416cda90dca6c1cf93a8a9f24fe2c1d8 (tree)
parent 29301bcc3aa5af748c9370d000f925483dc55ee7
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu, 13 Mar 2025 13:33:08 +0000

timelapse: fix timespec

Diffstat:
Mmodules/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 @@ -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" ]; };