summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-27 04:42:10 +0100
committerRory& <root@rory.gay>2025-12-27 04:42:10 +0100
commitb01c35984f0a2bb71be9bb67300e8048d381d101 (patch)
treea268a145080f8f72365cbfeda0be193b23434b72 /host
parentSpacebar server name (diff)
downloadRory-Open-Architecture-b01c35984f0a2bb71be9bb67300e8048d381d101.tar.xz
allowed ports maybe?
Diffstat (limited to 'host')
-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 + ]; }; }