feat: advertise server as tailscale exitnode

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-27 12:04:15 -03:00
parent 2715bf7bf5
commit d0034cc30a

View File

@@ -19,6 +19,10 @@
useRoutingFeatures = "both";
};
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = 1;
services.openssh.enable = true;
};
}