From 5c662fd5be9437ccdd79c19e491a24f5035b5497 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 16 Mar 2025 00:41:47 +0530 Subject: [PATCH] chore: allow tcp port --- hosts/arcturus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/arcturus/default.nix b/hosts/arcturus/default.nix index 0074d0c..1e1787a 100644 --- a/hosts/arcturus/default.nix +++ b/hosts/arcturus/default.nix @@ -143,7 +143,7 @@ firewall = { enable = true; - allowedTCPPorts = [80 443 22 3333]; + allowedTCPPorts = [80 443 22 3333 8081]; }; };