feat(vps): enable Tailscale SSH

- Remove port 22 from firewall
- Add --ssh to tailscale up flags
This commit is contained in:
toast 2025-11-18 16:12:17 +09:00
parent 2c642a7e32
commit 89d86413dd
3 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@
networking.domain = "";
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 ];
allowedTCPPorts = [ 80 443 ];
};
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
}