global/networking: add tailscale up flags
This commit is contained in:
parent
d8c02172e0
commit
73d9d015de
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,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";
|
||||||
};
|
};
|
||||||
|
|
||||||
zerotierone.enable = false;
|
zerotierone.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue