summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 0dceae34..30e85d98 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -903,7 +903,7 @@ in rec {
903 systemd.services."unit-status-mail@" = { 903 systemd.services."unit-status-mail@" = {
904 scriptArgs = "%I %H %m %b"; 904 scriptArgs = "%I %H %m %b";
905 script = '' 905 script = ''
906 #!${stdenv.shell} 906 #!${pkgs.stdenv.shell}
907 MAILTO="root" 907 MAILTO="root"
908 MAILFROM="unit-status-mailer" 908 MAILFROM="unit-status-mailer"
909 UNIT=$1 909 UNIT=$1