feat: open port 4096 for opencode
This commit is contained in:
parent
08ed409342
commit
33bc6c1bad
2 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue