From 0204f4739a19e1dc6bc2a145176eac739fb19b08 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 23 May 2024 18:03:30 +0200 Subject: linde: enable tailscale routing --- system/linde.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') 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 = '' -- cgit 1.4.1