diff --git a/hosts/yodaNas/host-specific.nix b/hosts/yodaNas/host-specific.nix index 48ca239..acf9d17 100644 --- a/hosts/yodaNas/host-specific.nix +++ b/hosts/yodaNas/host-specific.nix @@ -53,7 +53,7 @@ in # Create netcup-dns timer. systemd.timers."netcup-dns" = { wantedBy = [ "timers.target" ]; - #partOf = [ "netcup-dns.service" ]; # TODO rm this? + partOf = [ "netcup-dns.service" ]; timerConfig = { OnBootSec = "0m"; OnUnitInactiveSec = "3m";