feat: open port 4096 for opencode
This commit is contained in:
parent
08ed409342
commit
56a863e7c7
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
# Required for Tailscale
|
# Required for Tailscale
|
||||||
networking.firewall.checkReversePath = "loose";
|
networking.firewall.checkReversePath = "loose";
|
||||||
|
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ 4096 ];
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue