added a comment to the tailscale file
This commit is contained in:
parent
0b213500e8
commit
ecc8942a37
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = "/run/secrets/tailscale_key";
|
||||
# When using this configuration, make sure to create a file at /run/secrets/tailscale
|
||||
# with the contents of your Tailscale auth key.
|
||||
# Make sure your permissions are set correctly, e.g. 0600.
|
||||
authKeyFile = "/run/secrets/tailscale";
|
||||
extraUpFlags = [ "--ssh" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue