fix jitsi?

This commit is contained in:
zuckerberg 2021-09-05 19:46:18 -04:00
parent ad1237cbfa
commit 464c423540

View File

@ -204,6 +204,14 @@ in {
}; };
doNotStoreRoom = true; doNotStoreRoom = true;
}; };
interfaceConfig = {
SHOW_JITSI_WATERMARK = false;
SHOW_WATERMARK_FOR_GUESTS = false;
};
};
services.jitsi-videobridge = lib.mkIf cfg.jitsi-meet.enable {
enable = true;
openFirewall = true;
}; };
}; };
} }