7 lines
133 B
Nix
Executable file
7 lines
133 B
Nix
Executable file
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
authKeyFile = "/run/secrets/tailscale_key";
|
|
extraUpFlags = [ "--ssh" ];
|
|
};
|
|
}
|