Compare commits
No commits in common. "32bad0f6d7d9b455760c74cd39b98aa004e3439e" and "427b02b78069098efa1c793381994c7b35494224" have entirely different histories.
32bad0f6d7
...
427b02b780
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ in
|
||||||
authKeyFile = lib.mkIf (
|
authKeyFile = lib.mkIf (
|
||||||
config ? age && config.age ? secrets && config.age.secrets ? headscale_auth
|
config ? age && config.age ? secrets && config.age.secrets ? headscale_auth
|
||||||
) config.age.secrets.headscale_auth.path;
|
) config.age.secrets.headscale_auth.path;
|
||||||
|
# https://tailscale.com/kb/1241/tailscale-up
|
||||||
extraUpFlags =
|
extraUpFlags =
|
||||||
(lib.optionals cfg.useHeadscale [
|
(lib.optionals cfg.useHeadscale [
|
||||||
"--login-server=https://headscale.joshuabell.xyz"
|
"--login-server=https://headscale.joshuabell.xyz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue