From fa8a6d7e0af51fa009c1afc4e9d3c8e599d62e04 Mon Sep 17 00:00:00 2001 From: illustris Date: Fri, 18 Jun 2021 10:22:14 +0530 Subject: [PATCH] nixos/jitsi-meet: include jitsi prosody plugins in prosody extraPluginPaths (cherry picked from commit e0089c38ca2f9f2b9a46ffcf74a9908f53d51459) --- nixos/modules/services/web-apps/jitsi-meet.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-apps/jitsi-meet.nix b/nixos/modules/services/web-apps/jitsi-meet.nix index a98dd1f91c6..997604754e4 100644 --- a/nixos/modules/services/web-apps/jitsi-meet.nix +++ b/nixos/modules/services/web-apps/jitsi-meet.nix @@ -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}"