diff options
-rw-r--r-- | system/linde.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix index 988232e3..9169e455 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -252,6 +252,7 @@ in services.tailscale = { enable = true; extraUpFlags = [ "--accept-routes" ]; + useRoutingFeatures = "client"; }; services.journald.extraConfig = '' |