summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index ec6adc5a..c81f1c38 100644
--- a/hel.nix
+++ b/hel.nix
@@ -272,7 +272,7 @@
272 privileged = true; 272 privileged = true;
273 chroot = false; 273 chroot = false;
274 command = "pipe"; 274 command = "pipe";
275 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'' ]; 275 args = [ "flags=Fq" "user=postfix_ssh" ''argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient'' ];
276 }; 276 };
277 }; 277 };
278 transport = '' 278 transport = ''