dns: remove tailscale resolver
This commit is contained in:
parent
1a752eea7f
commit
3188862fe9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user