diff --git a/systems/makanek/urlwatch.nix b/systems/makanek/urlwatch.nix index a2fffc5..f42d787 100644 --- a/systems/makanek/urlwatch.nix +++ b/systems/makanek/urlwatch.nix @@ -140,7 +140,7 @@ in systemd.services.urlwatch = { enable = true; - startAt = "*-*-* 05:00:00"; + startAt = "12:00"; script = '' ${urlwatch}/bin/urlwatch \ --config=${lib.escapeShellArg configFile} \