Compare commits
2 Commits
3f53946a7f
...
58d2f550be
| Author | SHA1 | Date | |
|---|---|---|---|
|
58d2f550be
|
|||
|
365adbc6f6
|
@@ -3,6 +3,7 @@
|
||||
let
|
||||
serverName = "atri.dad";
|
||||
matrixDomain = "matrix.atri.dad";
|
||||
matrixRtcDomain = "matrixrtc.atri.dad";
|
||||
|
||||
wellKnownServer = builtins.toJSON {
|
||||
"m.server" = "${matrixDomain}:443";
|
||||
@@ -12,6 +13,12 @@ let
|
||||
"m.homeserver" = {
|
||||
base_url = "https://${matrixDomain}";
|
||||
};
|
||||
"org.matrix.msc4143.rtc_foci" = [
|
||||
{
|
||||
type = "livekit";
|
||||
livekit_service_url = "https://${matrixRtcDomain}";
|
||||
}
|
||||
];
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user