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