switching to synapse in matrix
This commit is contained in:
parent
14422e0776
commit
4345c3e085
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue