feat: open port 4096 for opencode

This commit is contained in:
Jet 2026-03-24 15:11:37 -07:00
parent 08ed409342
commit 56a863e7c7
No known key found for this signature in database

View file

@ -29,6 +29,7 @@
networking.firewall.enable = true;
# Required for Tailscale
networking.firewall.checkReversePath = "loose";
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ 4096 ];
services.tailscale.enable = true;