From 6a950d4bcc2ae7d04783fc589ee84a4b25f1b4fe 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 Former-commit-id: f761b8c66a559773d73f2baaecbc9657c67abf41 --- 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 8198930b..62f3e74f 100644 --- a/hosts/modules/server/kuma.nix +++ b/hosts/modules/server/kuma.nix @@ -6,4 +6,5 @@ PORT = "3005"; }; }; + networking.firewall.allowedTCPPorts = [ 3005 ]; }