diff --git a/hosts/ha1/configuration.nix b/hosts/ha1/configuration.nix index 0337ed5..102e728 100644 --- a/hosts/ha1/configuration.nix +++ b/hosts/ha1/configuration.nix @@ -17,7 +17,7 @@ networking.domain = "home.2rjus.net"; networking.useNetworkd = true; networking.useDHCP = false; - services.resolved.enable = false; + services.resolved.enable = true; networking.nameservers = [ "10.69.13.5" "10.69.13.6"