nixos/prosody: enable admin_shell to fix tests

This commit is contained in:
Sandro Jäckel
2025-08-03 21:35:32 +02:00
parent 3ea8513fb5
commit 445cd5701d
@@ -524,6 +524,7 @@ let
admins = ${toLua cfg.admins}
modules_enabled = {
"admin_shell"; -- for prosodyctl
${lib.concatStringsSep "\n " (
lib.mapAttrsToList (name: val: optionalString val "${toLua name};") cfg.modules
)}