services/meet: enable monitoring

This commit is contained in:
Max Headroom 2022-05-15 00:35:02 +02:00
parent af127f70bf
commit 243b91babf

View file

@ -17,8 +17,15 @@ in
};
services.jitsi-videobridge = {
openFirewall = true;
config.videobridge.ice = {
tcp.port = 7777;
apis = [ "colibri" "rest" ];
config.videobridge = {
ice = {
tcp.port = 7777;
};
stats.transports = [
{ type = "muc"; }
{ type = "colibri"; }
];
};
nat = lib.optionalAttrs isNAT {
localAddress = interfaces.primary.addr;