1
0
Fork 0
nixos/services/ejabberd.nix

9 lines
100 B
Nix

{ config, pkgs, ... }:
{
services.ejabberd = {
enable = true;
imagemagick = true;
};
}