nixos/jitsi-meet: include jitsi prosody plugins in prosody extraPluginPaths

(cherry picked from commit e0089c38ca2f9f2b9a46ffcf74a9908f53d51459)
This commit is contained in:
illustris 2021-06-18 10:22:14 +05:30 committed by Yuka
parent 0e73108529
commit fa8a6d7e0a
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ in
}
];
extraModules = [ "pubsub" ];
extraPluginPaths = [ "${pkgs.jitsi-meet-prosody}/share/prosody-plugins" ];
extraConfig = mkAfter ''
Component "focus.${cfg.hostName}" "client_proxy"
target_address = "focus@auth.${cfg.hostName}"