fix(prosody): install lua postgres driver

This commit is contained in:
Ivan R. 2024-02-23 12:01:25 +05:00
parent cd033f12f6
commit f1d63eb1bb
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -3,7 +3,9 @@
enable = true;
package = pkgs.prosody.override {
withExtraLibs = [ pkgs.luajitPackages.luadbi ];
withExtraLuaPackages = lua: [
lua.luadbi-postgresql
];
};
httpPorts = [ 5280 ];