feat(tailscale): use extraSetFlags
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
4f0c37b8cb
commit
2359a1a94f
1 changed files with 2 additions and 6 deletions
|
@ -12,12 +12,8 @@ in {
|
|||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
# 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 = [
|
||||
"--login-server https://headscale.nelim.org"
|
||||
|
||||
extraSetFlags = [
|
||||
"--operator=${cfg.user}"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue