From c33278b0bfc97500b46141b37ea385347b5a42ab Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Sat, 12 Oct 2024 06:55:47 +0530 Subject: [PATCH] firewall allow port 3333 --- 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 66349c9..ea873df 100644 --- a/hosts/arcturus/default.nix +++ b/hosts/arcturus/default.nix @@ -65,7 +65,7 @@ firewall = { enable = true; - allowedTCPPorts = [80 443 22]; + allowedTCPPorts = [80 443 22 3333]; }; };