do not explicitly add tailscale's dns as it's inconsistent with dns resolution of non-tailscale hosts
This commit is contained in:
parent
372cc34edf
commit
8f33fb5ef4
1 changed files with 2 additions and 7 deletions
|
@ -54,13 +54,8 @@ in {
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
networking.nameservers = [
|
||||
"100.100.100.100"
|
||||
"9.9.9.9"
|
||||
"2620:fe::fe"
|
||||
"149.112.112.112"
|
||||
"2620:fe::9"
|
||||
];
|
||||
networking.nameservers =
|
||||
[ "9.9.9.9" "2620:fe::fe" "149.112.112.112" "2620:fe::9" ];
|
||||
|
||||
networking.hosts = { "10.11.99.1" = [ "remarkable" ]; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue