summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--host/Rory-ovh/services/containers/spacebar/root.nix5
1 files changed, 5 insertions, 0 deletions
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 + ]; }; }