nixos/prosody: enable admin_shell to fix tests
This commit is contained in:
@@ -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
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user