WIP: Matrix

This commit is contained in:
2026-05-03 23:20:10 +02:00
parent 9c6bc68e07
commit e8253312b2
3 changed files with 16 additions and 2 deletions
+10 -1
View File
@@ -36,6 +36,7 @@
"msc3401_enabled" = true;
"msc4143_enabled" = true;
"msc4195_enabled" = true;
"msc4222_enabled" = true;
};
listeners = [
{
@@ -63,7 +64,15 @@
resources = [ ];
}
];
matrix_rtc = {
enabled = true;
transports = [
{
type = "livekit";
livekit_service_url = "https://cyperpunk.de/livekit/jwt/";
}
];
};
enable_metrics = true;
};
};