summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-12-24 19:31:54 +0100
committerAlan Pearce2024-12-24 19:31:54 +0100
commit488cd1c8a8a28cecb6d48fae306fa61bc9a9489a (patch)
treef1c355b9c65ac7ed23be9f66d9ea34ee4042204d /system/linde.nix
parent934a7e572ba8899665d5dacc903549bf826126be (diff)
downloadnixfiles-488cd1c8a8a28cecb6d48fae306fa61bc9a9489a.tar.lz
nixfiles-488cd1c8a8a28cecb6d48fae306fa61bc9a9489a.tar.zst
nixfiles-488cd1c8a8a28cecb6d48fae306fa61bc9a9489a.zip
linde: enable tailscale exit node HEAD main
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 8ccb0fbd..68bcac43 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -229,6 +229,7 @@ in
   services.tailscale = {
     enable = true;
     extraUpFlags = [ "--accept-routes" ];
+    extraSetFlags = [ "--advertise-exit-node" ];
     useRoutingFeatures = "client";
   };
   services.golink = {