patches/tailscale: override CGNAT range

This commit is contained in:
Infinidoge 2024-02-15 00:59:06 -05:00
parent 641a4702fe
commit 45e9fc405c
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 28 additions and 0 deletions

View file

@ -34,6 +34,7 @@
services = {
tailscale = {
enable = true;
package = pkgs.tailscale-doge;
openFirewall = true;
useRoutingFeatures = if config.info.stationary then "both" else "client";
};