switching to synapse in matrix
This commit is contained in:
parent
14422e0776
commit
4345c3e085
|
@ -3,7 +3,7 @@
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = false;
|
enable = true;
|
||||||
withJemalloc = true;
|
withJemalloc = true;
|
||||||
settings = {
|
settings = {
|
||||||
enable_metrics = true;
|
enable_metrics = true;
|
||||||
|
@ -19,10 +19,13 @@ with lib;
|
||||||
"matrix.cochrun.xyz".extraConfig = ''
|
"matrix.cochrun.xyz".extraConfig = ''
|
||||||
reverse_proxy localhost:8008
|
reverse_proxy localhost:8008
|
||||||
'';
|
'';
|
||||||
|
# "matrix.cochrun.xyz/_matrix".extraConfig = ''
|
||||||
|
# reverse_proxy localhost:6167
|
||||||
|
# '';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.matrix-conduit = {
|
services.matrix-conduit = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
allow_registration = true;
|
allow_registration = true;
|
||||||
|
|
Loading…
Reference in a new issue