summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 3ec583dd..547778fc 100644
--- a/hel.nix
+++ b/hel.nix
@@ -232,7 +232,7 @@
232 sshsendmail unix - n n - - pipe flags=Fq user=postfix_ssh argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient 232 sshsendmail unix - n n - - pipe flags=Fq user=postfix_ssh argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient
233 ''; 233 '';
234 transport = '' 234 transport = ''
235 gkleen+sent@odin.asgard.yggdrasil uucp:odin 235 odin.asgard.yggdrasil uucp:odin
236 ''; 236 '';
237 extraConfig = '' 237 extraConfig = ''
238 always_bcc = gkleen+sent@odin.asgard.yggdrasil 238 always_bcc = gkleen+sent@odin.asgard.yggdrasil
@@ -353,7 +353,8 @@
353 setgid = true; 353 setgid = true;
354 setuid = true; 354 setuid = true;
355 permissions = "u+rx,g+x,o+x"; 355 permissions = "u+rx,g+x,o+x";
356 source = ''${pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; }}/bin/notify-gkleen''; 356 source = let notify-user = pkgs.callPackage ./custom/notify-user.nix { inherit (pkgs.haskellPackages) ghcWithPackages; };
357 in "${notify-user}/bin/notify-gkleen";
357 }; 358 };
358 }; 359 };
359 360