diff --git a/machines/hosts.nix b/machines/hosts.nix index 067179d..f04d03d 100644 --- a/machines/hosts.nix +++ b/machines/hosts.nix @@ -6,7 +6,7 @@ let hostId = hostId; address = "192.168.1.${hostId}"; gateway = "192.168.1.1"; - nameservers = [ "192.168.1.17" "1.1.1.1" ]; #setting ns1 as nameserver + nameservers = [ "192.168.1.1" "1.1.1.1" ]; #setting ns1 as nameserver mac = mac; };