From d9321f775923a006421c24aaed5650c201715d74 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 9 Aug 2017 17:45:08 +0200 Subject: quoting --- custom/unit-status-mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') 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 { serviceConfig = { Type = "oneshot"; }; - scriptArgs = "%I \"Hostname: %H\" \"Machine-ID: %m\" \"Boot-ID: %b\""; + scriptArgs = "\"%I\" \"Hostname: %H\" \"Machine-ID: %m\" \"Boot-ID: %b\""; path = with pkgs; [nettools]; script = '' #!${pkgs.stdenv.shell} -- cgit v1.2.3