feat: open port 4096 for opencode

This commit is contained in:
Jet 2026-03-24 15:11:37 -07:00
parent 08ed409342
commit 33bc6c1bad
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

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;