From f761b8c66a559773d73f2baaecbc9657c67abf41 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:27:41 +0200 Subject: [PATCH] Update --- hosts/modules/server/kuma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/server/kuma.nix b/hosts/modules/server/kuma.nix index 8198930..62f3e74 100644 --- a/hosts/modules/server/kuma.nix +++ b/hosts/modules/server/kuma.nix @@ -6,4 +6,5 @@ PORT = "3005"; }; }; + networking.firewall.allowedTCPPorts = [ 3005 ]; }