diff --git a/templates/nix-config/podman/frigate.nix b/templates/nix-config/podman/frigate.nix index 3e66260..0d8d535 100644 --- a/templates/nix-config/podman/frigate.nix +++ b/templates/nix-config/podman/frigate.nix @@ -86,7 +86,6 @@ in systemd.timers."update-${container_name}" = { timerConfig = { - OnCalendar = "daily"; OnCalendar = "02:00"; RandomizedDelaySec = "60m"; Unit = "update-${container_name}.service";