summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-23 18:03:30 +0200
committerAlan Pearce2024-05-23 18:03:30 +0200
commit0204f4739a19e1dc6bc2a145176eac739fb19b08 (patch)
treef24d5d8c0952362d3438c3e5d0a9d88aadc509f7 /system/linde.nix
parent60c401429c3584784d78c9b9393bc9c3ffab4647 (diff)
downloadnixfiles-0204f4739a19e1dc6bc2a145176eac739fb19b08.tar.lz
nixfiles-0204f4739a19e1dc6bc2a145176eac739fb19b08.tar.zst
nixfiles-0204f4739a19e1dc6bc2a145176eac739fb19b08.zip
linde: enable tailscale routing
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix1
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 = ''