From b01c35984f0a2bb71be9bb67300e8048d381d101 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 27 Dec 2025 04:42:10 +0100 Subject: allowed ports maybe? --- host/Rory-ovh/services/containers/spacebar/root.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host/Rory-ovh/services/containers/spacebar/root.nix b/host/Rory-ovh/services/containers/spacebar/root.nix index 0ebce9e..e790b4b 100644 --- a/host/Rory-ovh/services/containers/spacebar/root.nix +++ b/host/Rory-ovh/services/containers/spacebar/root.nix @@ -12,5 +12,10 @@ networking.firewall = { enable = true; + allowedTCPPorts = [ + 3001 + 3002 + 3003 + ]; }; } -- cgit 1.5.1