diff --git a/hosts/defiant/services/dyndns.nix b/hosts/defiant/services/dyndns.nix index 1e46712..3e7ac60 100644 --- a/hosts/defiant/services/dyndns.nix +++ b/hosts/defiant/services/dyndns.nix @@ -5,7 +5,7 @@ services.domeneshop-dyndns = { enable = true; - domain = "site3.feal.no"; + domain = "site2.feal.no"; netrcFile = config.sops.secrets."domeneshop/netrc".path; }; }