From 8433fc1df9c15f8bbf4f76b9eb2c231b6f507439 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 2 Oct 2023 21:23:13 +0200 Subject: [PATCH] netcup-dns timer --- hosts/yodaNas/host-specific.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";