diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-31 00:31:08 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-31 00:31:08 +0200 |
commit | 255de413f34ad84476437d7f4ba8de2bbfd6ddca (patch) | |
tree | a3366829c309d3a909d03c5d8e147f9ccee3a5d7 /custom | |
parent | 6ebc6832e1939120f009eb13086e9af4d60caef7 (diff) | |
download | nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.tar nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.tar.gz nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.tar.bz2 nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.tar.xz nixos-255de413f34ad84476437d7f4ba8de2bbfd6ddca.zip |
typo
Diffstat (limited to 'custom')
-rw-r--r-- | custom/unit-status-mail.nix | 2 |
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}" |