summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-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 c7f9bf37..39706c2e 100644
--- a/custom/unit-status-mail.nix
+++ b/custom/unit-status-mail.nix
@@ -34,7 +34,7 @@ in {
34 serviceConfig = { 34 serviceConfig = {
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; [nettools]; 38 path = with pkgs; [nettools];
39 script = '' 39 script = ''
40 #!${pkgs.stdenv.shell} 40 #!${pkgs.stdenv.shell}