move matrix to riko

This commit is contained in:
zuckerberg
2021-05-21 15:01:05 -04:00
parent 6361bf00b1
commit 3093730d54
2 changed files with 18 additions and 18 deletions

View File

@@ -32,4 +32,22 @@
enableACME = true;
forceSSL = true;
};
services.matrix = {
enable = true;
host = "neet.space";
enable_registration = false;
element-web = {
enable = true;
host = "chat.neet.space";
};
jitsi-meet = {
enable = true;
host = "meet.neet.space";
};
turn = {
host = "turn.neet.space";
secret = "a8369a0e96922abf72494bb888c85831b";
};
};
}