do not explicitly add tailscale's dns as it's inconsistent with dns resolution of non-tailscale hosts

This commit is contained in:
Cyryl Płotnicki 2023-05-08 09:06:21 +01:00
parent 372cc34edf
commit 8f33fb5ef4

View file

@ -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" ]; };