From 713aa646e52f19bddd8f77b48bc9e613be467e1f Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 27 Sep 2023 17:07:36 -0700 Subject: [PATCH] Need to use line...partial apply instead --- postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;