services.jitsi-videobridge.xmppConfigs
XMPP servers to connect to.
See https://github.com/jitsi/jitsi-videobridge/blob/master/doc/muc.md for more information.
- Type
attribute set of (submodule)- Default
{ }- Example
{ "localhost" = { hostName = "localhost"; userName = "jvb"; domain = "auth.xmpp.example.org"; passwordFile = "/var/lib/jitsi-meet/videobridge-secret"; mucJids = "jvbbrewery@internal.xmpp.example.org"; }; }- Declared
- <nixpkgs/nixos/modules/services/networking/jitsi-videobridge.nix>