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