break tailscale into 2 configs for server and client

This commit is contained in:
2025-11-02 09:58:21 -06:00
parent 021c4a9172
commit b08cb2ea82
5 changed files with 5 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ in {
useRoutingFeatures = "both";
authKeyFile = authkey_file;
extraUpFlags = [
"--accept-routes=false" # true is equilivant to useRoutingFeatures = "client" (breaks shit)
"--accept-routes=true" # true is equilivant to useRoutingFeatures = "client" (breaks shit)
"--accept-dns=true" # explicitly allow resolved
];
};