nixos/prosody: fix escape
This commit is contained in:
parent
fbd2b55715
commit
b384420f2c
|
@ -465,7 +465,7 @@ in
|
||||||
|
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
|
|
||||||
${ lib.concatStringsSep "\n\ \ " (lib.mapAttrsToList
|
${ lib.concatStringsSep "\n " (lib.mapAttrsToList
|
||||||
(name: val: optionalString val "${toLua name};")
|
(name: val: optionalString val "${toLua name};")
|
||||||
cfg.modules) }
|
cfg.modules) }
|
||||||
${ lib.concatStringsSep "\n" (map (x: "${toLua x};") cfg.package.communityModules)}
|
${ lib.concatStringsSep "\n" (map (x: "${toLua x};") cfg.package.communityModules)}
|
||||||
|
|
Loading…
Reference in New Issue