nixos/prosody: minor formatting cleanup

This commit is contained in:
Sandro Jäckel
2025-08-03 21:35:30 +02:00
parent 4e12c9b92e
commit d323803eee
@@ -524,7 +524,6 @@ let
admins = ${toLua cfg.admins}
modules_enabled = {
${lib.concatStringsSep "\n " (
lib.mapAttrsToList (name: val: optionalString val "${toLua name};") cfg.modules
)}
@@ -590,7 +589,6 @@ let
'') cfg.virtualHosts
)}
'';
in
{
options = {