chore: switch dns to cloudflare temporarily
This commit is contained in:
parent
b7191e1bb8
commit
e9f0d7a582
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
}: {
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
nameservers = [ "192.168.1.86" ];
|
||||
nameservers = [ "1.1.1.1" ];
|
||||
firewall = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
environment.etc = {
|
||||
"resolv.conf".text = "nameserver 192.168.1.89\n";
|
||||
"resolv.conf".text = "nameserver 1.1.1.1\n";
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
|
|
Loading…
Reference in a new issue