From 2ccafac558ed89915fc595c82679f55c3417e9cd Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 24 May 2016 22:36:04 +0200 Subject: writeEximConfig: disable validation --- krebs/5pkgs/builders.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/krebs/5pkgs/builders.nix b/krebs/5pkgs/builders.nix index 70d65cfc..19169b18 100644 --- a/krebs/5pkgs/builders.nix +++ b/krebs/5pkgs/builders.nix @@ -60,7 +60,9 @@ rec { inherit text; passAsFile = [ "text" ]; } '' - ${pkgs.exim}/bin/exim -C "$textPath" -bV >/dev/null + # TODO validate exim config even with config.nix.useChroot == true + # currently doing so will fail because "user exim was not found" + #${pkgs.exim}/bin/exim -C "$textPath" -bV >/dev/null mv "$textPath" $out ''; -- cgit v1.2.3