summary refs log tree commit diff
diff options
context:
space:
mode:
-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";