From 8dc4dd1f757a883e9e5773389bf82ff3998ca993 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 22 Jul 2025 09:43:49 +0200 Subject: Allow 8008 on containers --- host/Rory-ovh/services/containers/syntest1/container.nix | 1 + host/Rory-ovh/services/containers/syntest2/container.nix | 2 ++ 2 files changed, 3 insertions(+) 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"; -- cgit 1.5.1