summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-08-09 17:45:08 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-08-09 17:45:08 +0200
commitd9321f775923a006421c24aaed5650c201715d74 (patch)
treee9cc750513319e833c710568b3e086789211f538 /custom
parentc430e290dc5672ca7adedd6d27be84ba245fd51a (diff)
downloadnixos-d9321f775923a006421c24aaed5650c201715d74.tar
nixos-d9321f775923a006421c24aaed5650c201715d74.tar.gz
nixos-d9321f775923a006421c24aaed5650c201715d74.tar.bz2
nixos-d9321f775923a006421c24aaed5650c201715d74.tar.xz
nixos-d9321f775923a006421c24aaed5650c201715d74.zip
quoting
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}