diff --git a/nixosConfigurations/gerg-desktop/services/ddns.nix b/nixosConfigurations/gerg-desktop/services/ddns.nix index e66d501..357e91c 100644 --- a/nixosConfigurations/gerg-desktop/services/ddns.nix +++ b/nixosConfigurations/gerg-desktop/services/ddns.nix @@ -10,7 +10,6 @@ reloadIfChanged = false; restartIfChanged = false; stopIfChanged = false; - wantedBy = [ "multi-user.target" ]; wants = [ "network-online.target" ]; after = [ "network-online.target" ]; startAt = "hourly";