feat: add tailscale to homeserver

This commit is contained in:
Iain Learmonth 2025-06-16 21:35:02 +01:00
parent 1e31fc3725
commit b226969b39

View file

@ -61,6 +61,11 @@
settings.PermitRootLogin = "no"; settings.PermitRootLogin = "no";
}; };
services.tailscale = {
enable = true;
useRoutingFeatures = "server";
};
networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedTCPPorts = [ 22 ];
networking.firewall.allowedUDPPorts = [ ]; networking.firewall.allowedUDPPorts = [ ];