diff options
-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}" |