summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-07-31 00:31:08 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-07-31 00:31:08 +0200
commit255de413f34ad84476437d7f4ba8de2bbfd6ddca (patch)
treea3366829c309d3a909d03c5d8e147f9ccee3a5d7
parent6ebc6832e1939120f009eb13086e9af4d60caef7 (diff)
downloadnixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.tar
nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.tar.gz
nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.tar.bz2
nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.tar.xz
nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.zip
typo
-rw-r--r--custom/unit-status-mail.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/unit-status-mail.nix b/custom/unit-status-mail.nix
index e07cb7b7..c7f9bf37 100644
--- a/custom/unit-status-mail.nix
+++ b/custom/unit-status-mail.nix
@@ -35,7 +35,7 @@ in {
35 Type = "oneshot"; 35 Type = "oneshot";
36 }; 36 };
37 scriptArgs = "%I \"Hostname: %H\" \"Machine-ID: %m\" \"Boot-ID: %b\""; 37 scriptArgs = "%I \"Hostname: %H\" \"Machine-ID: %m\" \"Boot-ID: %b\"";
38 path = with pkgs; [net-tools]; 38 path = with pkgs; [nettools];
39 script = '' 39 script = ''
40 #!${pkgs.stdenv.shell} 40 #!${pkgs.stdenv.shell}
41 MAILTO="${cfg.recipient}" 41 MAILTO="${cfg.recipient}"