From f195351474e8573fa63fa42edc8021e14eb3174f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 7 Feb 2022 12:52:46 +0100 Subject: [PATCH] feat(urlwatch): run later --- systems/makanek/urlwatch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \