summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-02-17 16:13:00 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-02-17 16:13:00 +0100
commit797fa254489121896f409619eb32546a49680083 (patch)
tree8d5baef51980139f17e21f183dcbd9e94cd3b069 /hel.nix
parentfaa560660fee074ee79a06fd72294a2ab7ebb4c1 (diff)
downloadnixos-797fa254489121896f409619eb32546a49680083.tar
nixos-797fa254489121896f409619eb32546a49680083.tar.gz
nixos-797fa254489121896f409619eb32546a49680083.tar.bz2
nixos-797fa254489121896f409619eb32546a49680083.tar.xz
nixos-797fa254489121896f409619eb32546a49680083.zip
...
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 = ''