switching to synapse in matrix

This commit is contained in:
Chris Cochrun 2024-03-01 05:51:20 -06:00
parent 14422e0776
commit 4345c3e085

View file

@ -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;