diff --git a/postfix.nix b/postfix.nix index c2959bc..51d71d8 100644 --- a/postfix.nix +++ b/postfix.nix @@ -279,7 +279,7 @@ in { cfg.blacklist.dns) ++ [ "permit" ]; makeRestrictionsString = lst: - concatStringsSep "," (map (line: replaceStrings [ " " ] [ "," ])) lst; + concatStringsSep "," (map (line: replaceStrings [ " " ] [ "," ]) lst); in { enable = true;