remove no logs arg on tailscale up
This commit is contained in:
parent
95ecff0f1c
commit
e924f78b06
1 changed files with 5 additions and 8 deletions
|
@ -36,16 +36,13 @@ in
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
useRoutingFeatures = "client";
|
||||
authKeyFile = lib.mkIf (
|
||||
config ? age && config.age ? secrets && config.age.secrets ? headscale_auth
|
||||
) config.age.secrets.headscale_auth.path;
|
||||
# authKeyFile = lib.mkIf (
|
||||
# config ? age && config.age ? secrets && config.age.secrets ? headscale_auth
|
||||
# ) config.age.secrets.headscale_auth.path;
|
||||
# https://tailscale.com/kb/1241/tailscale-up
|
||||
extraUpFlags =
|
||||
[
|
||||
"--no-logs-support"
|
||||
]
|
||||
++ (lib.optionals cfg.useHeadscale [
|
||||
"--login-server=https://headscale.joshuabell.xyz"
|
||||
(lib.optionals cfg.useHeadscale [
|
||||
"--login-server=\"https://headscale.joshuabell.xyz\""
|
||||
])
|
||||
++ (lib.optionals cfg.enableExitNode [ "--advertise-exit-node" ]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue