From 445cd5701d9874795241a8a5538f83b732047120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 1 Aug 2025 04:33:17 +0200 Subject: [PATCH] nixos/prosody: enable admin_shell to fix tests --- nixos/modules/services/networking/prosody.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/prosody.nix b/nixos/modules/services/networking/prosody.nix index cd69f827b99c..275b90848f27 100644 --- a/nixos/modules/services/networking/prosody.nix +++ b/nixos/modules/services/networking/prosody.nix @@ -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 )}