diff --git a/postfix.nix b/postfix.nix index 51d71d8..241dbc1 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 (replaceStrings [ " " ] [ "," ]) lst); in { enable = true;