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 set
Default
{ }
Example
{
  enableWelcomePage = false;
  defaultLang = "fi";
}
declared in: nixos/modules/services/web-apps/jitsi-meet.nixView source on NixOS/nixpkgs →