global/networking: disable tailscale-managed dns

This commit is contained in:
Infinidoge 2024-09-23 12:27:20 -04:00
parent ff9d750d69
commit a9c4534c88
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -38,7 +38,7 @@
package = pkgs.tailscale-doge;
openFirewall = true;
useRoutingFeatures = if config.info.stationary then "both" else "client";
extraUpFlags = "--accept-routes";
extraUpFlags = "--accept-routes --accept-dns=false";
};
zerotierone.enable = false;