From 56a863e7c76f7a455b230ff3a4a9705ed7033c4b Mon Sep 17 00:00:00 2001 From: Jet Date: Tue, 24 Mar 2026 15:11:37 -0700 Subject: [PATCH] feat: open port 4096 for opencode --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 0e97aee..9d76c29 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;