diff options
author | Alan Pearce | 2024-05-23 18:03:30 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-23 18:03:30 +0200 |
commit | 0204f4739a19e1dc6bc2a145176eac739fb19b08 (patch) | |
tree | f24d5d8c0952362d3438c3e5d0a9d88aadc509f7 | |
parent | 60c401429c3584784d78c9b9393bc9c3ffab4647 (diff) | |
download | nixfiles-0204f4739a19e1dc6bc2a145176eac739fb19b08.tar.lz nixfiles-0204f4739a19e1dc6bc2a145176eac739fb19b08.tar.zst nixfiles-0204f4739a19e1dc6bc2a145176eac739fb19b08.zip |
linde: enable tailscale routing
-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 = '' |