This commit is contained in:
albert 2024-04-28 09:20:17 +09:00
parent 13ebf27197
commit 9c00efa489
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -55,4 +55,7 @@
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 ];
} }