diff --git a/modules/matrix.nix b/modules/matrix.nix index 073de2f..d43182b 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -3,7 +3,7 @@ with lib; { services.matrix-synapse = { - enable = false; + enable = true; withJemalloc = true; settings = { enable_metrics = true; @@ -19,10 +19,13 @@ with lib; "matrix.cochrun.xyz".extraConfig = '' reverse_proxy localhost:8008 ''; + # "matrix.cochrun.xyz/_matrix".extraConfig = '' + # reverse_proxy localhost:6167 + # ''; }; services.matrix-conduit = { - enable = true; + enable = false; settings = { global = { allow_registration = true;