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" ]);
|
||||
|
||||
|
|
8
hosts/lio/flake.lock
generated
8
hosts/lio/flake.lock
generated
|
@ -32,11 +32,11 @@
|
|||
"ragenix": "ragenix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742679839,
|
||||
"narHash": "sha256-4ZzmwK3pXpiif3Doas0+jRY2RPxFYrnZeMmDmSuYZes=",
|
||||
"lastModified": 1742814834,
|
||||
"narHash": "sha256-W3D+ZazXv5kjahLFHyyUiaQu29xKsTaFpSem5nBiNfg=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "5065577842097298885b9f4cb53186bf2dda96a2",
|
||||
"revCount": 386,
|
||||
"rev": "8f6926b2ffef3df945791827939f841861eaf14b",
|
||||
"revCount": 390,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/dotfiles"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue