update to advertise exit node
This commit is contained in:
parent
8f6926b2ff
commit
dd5323ef4c
2 changed files with 8 additions and 6 deletions
|
@ -41,9 +41,11 @@ in
|
|||
) config.age.secrets.headscale_auth.path;
|
||||
# https://tailscale.com/kb/1241/tailscale-up
|
||||
extraUpFlags =
|
||||
(lib.optionals cfg.useHeadscale [
|
||||
"--login-server=https://headscale.joshuabell.xyz"
|
||||
[
|
||||
"--no-logs-support"
|
||||
]
|
||||
++ (lib.optionals cfg.useHeadscale [
|
||||
"--login-server=https://headscale.joshuabell.xyz"
|
||||
])
|
||||
++ (lib.optionals cfg.enableExitNode [ "--advertise-exit-node" ]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue