Skip to content

Commit

Permalink
nixos/prosody: fix escape
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Sep 17, 2019
1 parent fbd2b55 commit b384420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/prosody.nix
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ in
modules_enabled = {
${ lib.concatStringsSep "\n\ \ " (lib.mapAttrsToList
${ lib.concatStringsSep "\n " (lib.mapAttrsToList
(name: val: optionalString val "${toLua name};")
cfg.modules) }
${ lib.concatStringsSep "\n" (map (x: "${toLua x};") cfg.package.communityModules)}
Expand Down

0 comments on commit b384420

Please sign in to comment.