From 255de413f34ad84476437d7f4ba8de2bbfd6ddca Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Jul 2017 00:31:08 +0200 Subject: typo --- custom/unit-status-mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { Type = "oneshot"; }; scriptArgs = "%I \"Hostname: %H\" \"Machine-ID: %m\" \"Boot-ID: %b\""; - path = with pkgs; [net-tools]; + path = with pkgs; [nettools]; script = '' #!${pkgs.stdenv.shell} MAILTO="${cfg.recipient}" -- cgit v1.2.3