services.jitsi-meet.config
NixOS option
Client-side web application settings that override the defaults in config.js. See https://github.com/jitsi/jitsi-meet/blob/master/config.js for default configuration with comments.
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/web-apps/jitsi-meet.nixView source on NixOS/nixpkgs →{
enableWelcomePage = false;
defaultLang = "fi";
}