docs: add info for tailscale auth key
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
e92229f6a6
commit
f8b89f8fcf
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ in {
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# TODO: add authKeyFile to get extraUpFlags to work
|
# TODO: add authKeyFile to get extraUpFlags to work
|
||||||
|
# https://github.com/juanfont/headscale/issues/1550
|
||||||
|
# https://github.com/juanfont/headscale/blob/main/docs/running-headscale-linux-manual.md#register-machine-using-a-pre-authenticated-key
|
||||||
|
# https://www.reddit.com/r/NixOS/comments/18kz1nb/tailscale_extraupflags_not_working/
|
||||||
extraUpFlags = [
|
extraUpFlags = [
|
||||||
"--login-server https://headscale.nelim.org"
|
"--login-server https://headscale.nelim.org"
|
||||||
"--operator=matt"
|
"--operator=matt"
|
||||||
|
|
Loading…
Reference in a new issue