nixos/jitsi-meet: include jitsi prosody plugins in prosody extraPluginPaths
(cherry picked from commit e0089c38ca2f9f2b9a46ffcf74a9908f53d51459)
This commit is contained in:
parent
0e73108529
commit
fa8a6d7e0a
|
@ -186,6 +186,7 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraModules = [ "pubsub" ];
|
extraModules = [ "pubsub" ];
|
||||||
|
extraPluginPaths = [ "${pkgs.jitsi-meet-prosody}/share/prosody-plugins" ];
|
||||||
extraConfig = mkAfter ''
|
extraConfig = mkAfter ''
|
||||||
Component "focus.${cfg.hostName}" "client_proxy"
|
Component "focus.${cfg.hostName}" "client_proxy"
|
||||||
target_address = "focus@auth.${cfg.hostName}"
|
target_address = "focus@auth.${cfg.hostName}"
|
||||||
|
|
Loading…
Reference in New Issue