diff --git a/configurations/vds.nix b/configurations/vds.nix index d283020..a21d23a 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -117,6 +117,11 @@ let }; networking = { + nameservers = [ + "1.1.1.1" + "2001:4860:4860::8844" + "2001:4860:4860::8888" + ]; hostName = "${xlib.device.hostname}"; networkmanager.enable = true; # dhcpcd.enable = false;