From e55d3329f025047f7254e79169e253c9a6161998 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 27 Sep 2023 17:05:30 -0700 Subject: [PATCH] Get the brackets right --- postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;