global/networking: move Tailscale's nameserver to the end

This commit is contained in:
Infinidoge 2024-09-25 00:24:32 -04:00
parent 6e624c2b78
commit 0c579b5003
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -9,9 +9,6 @@
"tail4c593.ts.net"
];
nameservers = [
# Tailscale
"100.100.100.100"
# Google Public DNS
"8.8.8.8"
"8.8.4.4"
@ -23,6 +20,9 @@
"1.0.0.1"
"2696:4700:4700::1111"
"2696:4700:4700::1111"
# Tailscale
"100.100.100.100"
];
firewall.trustedInterfaces = [ "br-+" "tailscale0" ];