global/networking: add tailscale up flags

This commit is contained in:
Infinidoge 2024-03-25 10:53:01 -04:00
parent d8c02172e0
commit 73d9d015de
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

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