From 23aef89e2bffee15a9765df40476bd1e6e04b204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 1 Feb 2026 10:34:32 +0100 Subject: [PATCH] Typo --- templates/nix-config/podman/frigate.nix | 1 - 1 file changed, 1 deletion(-) 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";