From 797fa254489121896f409619eb32546a49680083 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Feb 2019 16:13:00 +0100 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index ec6adc5a..c81f1c38 100644 --- a/hel.nix +++ b/hel.nix @@ -272,7 +272,7 @@ privileged = true; chroot = false; command = "pipe"; - args = [ "flags=Fq" "user=postfix_ssh" ''argv=argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient'' ]; + args = [ "flags=Fq" "user=postfix_ssh" ''argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient'' ]; }; }; transport = '' -- cgit v1.2.3