diff --git a/nixng/containers/matrix/synapse/generic_worker.nix b/nixng/containers/matrix/synapse/generic_worker.nix index caca78c..b9ef799 100644 --- a/nixng/containers/matrix/synapse/generic_worker.nix +++ b/nixng/containers/matrix/synapse/generic_worker.nix @@ -39,11 +39,11 @@ makeSystem { } ]; } - { - port = 9000; - bind_addresses = [ "127.0.0.1" ]; - type = "manhole"; - } + # { + # port = 9000; + # bind_addresses = [ "127.0.0.1" ]; + # type = "manhole"; + # } ]; worker_log_config = logConfig pkgs; diff --git a/nixng/containers/matrix/synapse/synapse.nix b/nixng/containers/matrix/synapse/synapse.nix index 25a113b..ddc9640 100644 --- a/nixng/containers/matrix/synapse/synapse.nix +++ b/nixng/containers/matrix/synapse/synapse.nix @@ -50,11 +50,11 @@ makeSystem { compress = false; }; } - { - port = 9000; - bind_addresses = [ "127.0.0.1" ]; - type = "manhole"; - } + # { + # port = 9000; + # bind_addresses = [ "127.0.0.1" ]; + # type = "manhole"; + # } ]; public_baseurl = "https://matrix.redalder.org/";