summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-22 09:43:49 +0200
committerRory& <root@rory.gay>2025-07-22 09:43:49 +0200
commit8dc4dd1f757a883e9e5773389bf82ff3998ca993 (patch)
tree8bd29c970eb9c7e20be5c19dc0857dd6f4a0c4ce
parentAdd synapse container, nixfmt (diff)
downloadRory-Open-Architecture-8dc4dd1f757a883e9e5773389bf82ff3998ca993.tar.xz
Allow 8008 on containers
-rw-r--r--host/Rory-ovh/services/containers/syntest1/container.nix1
-rw-r--r--host/Rory-ovh/services/containers/syntest2/container.nix2
2 files changed, 3 insertions, 0 deletions
diff --git a/host/Rory-ovh/services/containers/syntest1/container.nix b/host/Rory-ovh/services/containers/syntest1/container.nix

index dc84478..4041e05 100644 --- a/host/Rory-ovh/services/containers/syntest1/container.nix +++ b/host/Rory-ovh/services/containers/syntest1/container.nix
@@ -55,6 +55,7 @@ matrix-synapse-unwrapped = matrix-synapse-unwrapped-patched; }) ]; + networking.firewall.allowedTCPPorts = [ 8008 ]; }; hostAddress = "192.168.100.1"; localAddress = "192.168.100.20"; diff --git a/host/Rory-ovh/services/containers/syntest2/container.nix b/host/Rory-ovh/services/containers/syntest2/container.nix
index 0e657bc..489287e 100644 --- a/host/Rory-ovh/services/containers/syntest2/container.nix +++ b/host/Rory-ovh/services/containers/syntest2/container.nix
@@ -45,6 +45,8 @@ } ) ]; + + networking.firewall.allowedTCPPorts = [ 8008 ]; }; hostAddress = "192.168.100.1"; localAddress = "192.168.100.21";