diff options
| author | Félix <1219785+picnoir@users.noreply.github.com> | 2025-08-10 17:15:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 17:15:59 +0200 |
| commit | c5f7afed00e49811585bbab320ca5cae44a94165 (patch) | |
| tree | 1eee97709a2b2dd092033399e49a893df7cac253 | |
| parent | postgresqlPackages.pg_net: 0.19.4 -> 0.19.5 (#432543) (diff) | |
| parent | nixos/prosody: remove erronous spaces in module names (diff) | |
| download | nixpkgs-c5f7afed00e49811585bbab320ca5cae44a94165.tar.gz | |
nixos/prosody: remove erronous spaces in module names (#432546)
| -rw-r--r-- | nixos/modules/services/networking/prosody.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/prosody.nix b/nixos/modules/services/networking/prosody.nix index ebf5d19d6817..ebc7f057bae3 100644 --- a/nixos/modules/services/networking/prosody.nix +++ b/nixos/modules/services/networking/prosody.nix @@ -567,7 +567,7 @@ let ${lib.concatMapStrings (muc: '' Component ${toLua muc.domain} "muc" - modules_enabled = {${optionalString cfg.modules.mam ''" muc_mam",''}${optionalString muc.allowners_muc ''" muc_allowners",''} } + modules_enabled = {${optionalString cfg.modules.mam ''"muc_mam",''}${optionalString muc.allowners_muc ''"muc_allowners",''} } name = ${toLua muc.name} restrict_room_creation = ${toLua muc.restrictRoomCreation} max_history_messages = ${toLua muc.maxHistoryMessages} |
