added advertise-exit-node flags to tailscale

This commit is contained in:
Leyla Becker 2025-02-24 12:23:12 -06:00
parent 79c130dc4b
commit 500cbc213c
2 changed files with 2 additions and 0 deletions

View file

@ -162,6 +162,7 @@
enable = true; enable = true;
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/defiant".path; authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/defiant".path;
useRoutingFeatures = "server"; useRoutingFeatures = "server";
extraUpFlags = ["--advertise-exit-node"];
}; };
}; };

View file

@ -46,6 +46,7 @@
enable = true; enable = true;
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path; authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/twilight".path;
useRoutingFeatures = "both"; useRoutingFeatures = "both";
extraUpFlags = ["--advertise-exit-node"];
}; };
}; };
programs.steam = { programs.steam = {