From d82248f605c486ebb25c2f421a3a6bec7d2432b0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Dec 2019 16:58:29 +0100 Subject: ... --- custom/uucp.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/uucp.nix b/custom/uucp.nix index d8f1569f..0dab8ac9 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -309,6 +309,8 @@ in { source = pkgs.writeScript "${p}-nice" '' #!${pkgs.stdenv.shell} + export PATH=${pkgs.uucp}/bin:$PATH + ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ ''; owner = "root"; -- cgit v1.2.3