Tailscale: Difference between revisions
Lucasfcnunes (talk | contribs) mNo edit summary |
m tweak wording |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
{{File|3={ | {{File|3={ | ||
services.tailscale = { | services.tailscale = { | ||
# Enable tailscale at startup | |||
enable = true; | enable = true; | ||
# If you would like to use a preauthorized key, set | |||
# authKeyFile = "/run/secrets/tailscale_key"; | |||
# Note: maximum expire time is 90 days | |||
}; | }; | ||
}|name=/etc/nixos/configuration.nix|lang=nix}} | }|name=/etc/nixos/configuration.nix|lang=nix}} | ||