Enable Tailscale SSH and exit node

This commit is contained in:
randogoth 2026-02-07 20:00:04 +02:00
parent f85fc7a0be
commit 8ca0aa2901

View file

@ -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"
];
} }