global/networking: disable tailscale-managed dns
This commit is contained in:
parent
ff9d750d69
commit
a9c4534c88
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
package = pkgs.tailscale-doge;
|
package = pkgs.tailscale-doge;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
useRoutingFeatures = if config.info.stationary then "both" else "client";
|
useRoutingFeatures = if config.info.stationary then "both" else "client";
|
||||||
extraUpFlags = "--accept-routes";
|
extraUpFlags = "--accept-routes --accept-dns=false";
|
||||||
};
|
};
|
||||||
|
|
||||||
zerotierone.enable = false;
|
zerotierone.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue