dns: remove tailscale resolver

This commit is contained in:
Jake Hillion 2023-04-29 23:34:37 +01:00
parent 1a752eea7f
commit 3188862fe9

View File

@ -48,7 +48,7 @@
}; };
networking = rec { networking = rec {
nameservers = [ "1.1.1.1" "8.8.8.8" "100.100.100.100" ]; nameservers = [ "1.1.1.1" "8.8.8.8" ];
networkmanager.dns = "none"; networkmanager.dns = "none";
}; };
networking.firewall.enable = true; networking.firewall.enable = true;