This commit is contained in:
albert 2024-04-28 09:40:41 +09:00
parent 75c0b4c055
commit 47d674aac6
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -55,7 +55,4 @@
services.tailscale.extraUpFlags = [ "--advertise-exit-node" ]; services.tailscale.extraUpFlags = [ "--advertise-exit-node" ];
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; }; boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
# TEMPORARY
networking.firewall.allowedTCPPorts = [ 22 ];
} }