diff --git a/hosts/anemone/networking.nix b/hosts/anemone/networking.nix index 7ae5881..851d7e7 100644 --- a/hosts/anemone/networking.nix +++ b/hosts/anemone/networking.nix @@ -1,12 +1,12 @@ { config, ... }: { networking = { - nameservers = [ "8.8.8.8" "8.8.4.4" ]; + #nameservers = [ "8.8.8.8" "8.8.4.4" ]; wg-quick.interfaces.wg0.configFile = "/persist/vpn.conf"; networkmanager = { enable = true; - dns = "none"; + #dns = "none"; }; extraHosts = ''