update auth url
This commit is contained in:
parent
45b3f7a190
commit
45834a4caf
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
|||
# https://tailscale.com/kb/1241/tailscale-up
|
||||
extraUpFlags =
|
||||
(lib.optionals cfg.useHeadscale [
|
||||
"--login-server=\"https://headscale.joshuabell.xyz\""
|
||||
"--login-server=https://headscale.joshuabell.xyz"
|
||||
])
|
||||
++ (lib.optionals cfg.enableExitNode [ "--advertise-exit-node" ]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue