summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krebs/3modules/exim-smarthost.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix
index 6c48f122..cee10ce7 100644
--- a/krebs/3modules/exim-smarthost.nix
+++ b/krebs/3modules/exim-smarthost.nix
@@ -274,6 +274,6 @@ let
});
});
- to-lsearch = concatMapStringsSep "\n" ({ from, to, ... }: "${from}: ${to}");
+ to-lsearch = concatMapStrings ({ from, to, ... }: "${from}: ${to}\n");
in out