added a comment to the tailscale file

This commit is contained in:
Seaswimmer 2024-11-16 19:25:31 -05:00
parent 0b213500e8
commit ecc8942a37
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,7 +1,10 @@
{ {
services.tailscale = { services.tailscale = {
enable = true; 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" ]; extraUpFlags = [ "--ssh" ];
}; };
} }