1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(urlwatch): run later

This commit is contained in:
2022-02-07 12:52:46 +01:00
parent 1cce7dc8df
commit f195351474

View File

@@ -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} \