services.jitsi-meet.interfaceConfig
NixOS option
Client-side web-app interface settings that override the defaults in interface_config.js. See https://github.com/jitsi/jitsi-meet/blob/master/interface_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 →{
SHOW_JITSI_WATERMARK = false;
SHOW_WATERMARK_FOR_GUESTS = false;
}