feat: add livekit to continuwuity

This commit is contained in:
Katharina Heidenreich 2026-04-05 15:58:15 +02:00
parent 5df4cca133
commit 84bb31214c
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,7 @@ rec {
server_name = "nudelerde.de";
trusted_servers = [ "matrix.org" ];
memory_max = "512M";
livekit_url = "https://livekit.nudelerde.de/livekit/jwt";
};
qbittorrent = {

View file

@ -20,6 +20,11 @@ in
allow_federation = true;
max_request_size = 20 * 1024 * 1024; # 20 MiB
trusted_servers = trustedServers;
matrix_rtc = {
foci = [
{ type = "livekit"; livekit_service_url = serv.continuwuity.livekit_url; }
];
};
};
};
};