diff --git a/modules/periodic.nix b/modules/periodic.nix index b4faef4..a36715a 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -25,14 +25,10 @@ in { chown -R dnsmasq ${stateDir} systemctl restart dnsmasq ''; + startAt = "02:00:00"; }; - systemd.timers.download-dns-blocklist = { - description = "Daily download of hosts-blocklists"; wantedBy = [ "default.target" ]; - timerConfig = { - OnCalendar = "02:00:00"; - Unit = "download-dns-blocklist.service"; }; }; }