global/networking: replace tailscale DNS with search subdomain

This commit is contained in:
Infinidoge 2024-10-02 20:06:22 -04:00
parent 93216063f4
commit dd9db995eb
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -6,7 +6,8 @@
useDHCP = true;
search = [
# Tailscale
"tail4c593.ts.net"
"tailnet.inx.moe"
#"tail4c593.ts.net"
];
nameservers = [
# Google Public DNS
@ -22,7 +23,7 @@
"2696:4700:4700::1111"
# Tailscale
"100.100.100.100"
#"100.100.100.100"
];
firewall.trustedInterfaces = [ "br-+" "tailscale0" ];