From 4345c3e0859d918c14080fa6de547799bbb43af4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 1 Mar 2024 05:51:20 -0600 Subject: [PATCH] switching to synapse in matrix --- modules/matrix.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;