services.jitsi-meet.prosody.lockdown

NixOS option

Whether to disable Prosody features not needed by Jitsi Meet. The default Prosody configuration assumes that it will be used as a general-purpose XMPP server rather than as a companion service for Jitsi Meet. This option reconfigures Prosody to only listen on localhost without support for TLS termination, XMPP federation or the file transfer proxy.

type: boolean
Default
false
Example
true
declared in: nixos/modules/services/web-apps/jitsi-meet.nixView source on NixOS/nixpkgs →