Install luadbi

This commit is contained in:
Ivan R. 2023-11-19 23:40:42 +05:00
parent d74b9a13e0
commit ade12a68cc
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -1,6 +1,11 @@
{ config, ...}: {
{ config, pkgs, ...}: {
services.prosody = {
enable = true;
package = pkgs.prosody.override {
withExtraLibs = [ pkgs.luajitPackages.luadbi ];
};
virtualHosts."xmpp.comfycamp.space" = {
enabled = true;
domain = "xmpp.comfycamp.space";