Switch to continuwuity
Deploy NixOS / deploy (push) Successful in 33s

This commit is contained in:
2026-03-16 21:58:48 -06:00
parent 03114f308d
commit d4c87750fa
2 changed files with 11 additions and 5 deletions
+10 -4
View File
@@ -7,7 +7,7 @@ let
matrixRtcDomain = "matrixrtc.atri.dad";
in
{
services.matrix-tuwunel = {
services.matrix-continuwuity = {
enable = true;
settings = {
global = {
@@ -18,9 +18,11 @@ in
];
port = [ 6167 ];
max_request_size = 104857600;
allow_registration = false;
allow_registration = true;
allow_encryption = true;
allow_federation = true;
new_user_displayname_suffix = "";
log_to_journald = true;
trusted_servers = [
"matrix.org"
"chat.blahaj.zone"
@@ -45,12 +47,16 @@ in
allow_local_presence = true;
allow_incoming_presence = true;
allow_outgoing_presence = true;
allow_outgoing_presence = false;
allow_device_name_federation = false;
well_known = {
server = "${matrixDomain}:443";
client = "https://${matrixDomain}";
rtc_transports = [
};
matrix_rtc = {
foci = [
{
type = "livekit";
livekit_service_url = "https://${matrixDomain}/livekit/jwt";