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;
|
||||
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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue