diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
