global/networking: replace tailscale DNS with search subdomain
This commit is contained in:
parent
93216063f4
commit
dd9db995eb
1 changed files with 3 additions and 2 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue