create ephemeral nodes
This commit is contained in:
parent
3037384c40
commit
52a076e375
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ in
|
|||
enable = true;
|
||||
extraUpFlags = [ "--advertise-tags" "tag:kiosk" ];
|
||||
authKeyFile = ./tailscale-client-secret.key;
|
||||
authKeyParameters.ephemeral = false;
|
||||
authKeyParameters.ephemeral = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||
|
|
Loading…
Reference in a new issue