Enable Tailscale SSH and exit node
This commit is contained in:
parent
f85fc7a0be
commit
8ca0aa2901
1 changed files with 6 additions and 0 deletions
|
|
@ -2,4 +2,10 @@
|
||||||
{
|
{
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
services.tailscale.port = 41641;
|
services.tailscale.port = 41641;
|
||||||
|
services.tailscale.useRoutingFeatures = "server";
|
||||||
|
services.tailscale.extraUpFlags = [
|
||||||
|
"--ssh"
|
||||||
|
"--advertise-exit-node"
|
||||||
|
"--hostname=bucur"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue