diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:58:29 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:58:29 +0100 |
| commit | d82248f605c486ebb25c2f421a3a6bec7d2432b0 (patch) | |
| tree | 073974b29cc7cadd52bcc4e1145ec6e463dbb750 /custom | |
| parent | aadf243f82e895be08df5e683a3228889d33f452 (diff) | |
| download | nixos-d82248f605c486ebb25c2f421a3a6bec7d2432b0.tar nixos-d82248f605c486ebb25c2f421a3a6bec7d2432b0.tar.gz nixos-d82248f605c486ebb25c2f421a3a6bec7d2432b0.tar.bz2 nixos-d82248f605c486ebb25c2f421a3a6bec7d2432b0.tar.xz nixos-d82248f605c486ebb25c2f421a3a6bec7d2432b0.zip | |
...
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
| 309 | source = pkgs.writeScript "${p}-nice" '' | 309 | source = pkgs.writeScript "${p}-nice" '' |
| 310 | #!${pkgs.stdenv.shell} | 310 | #!${pkgs.stdenv.shell} |
| 311 | 311 | ||
| 312 | export PATH=${pkgs.uucp}/bin:$PATH | ||
| 313 | |||
| 312 | ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ | 314 | ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ |
| 313 | ''; | 315 | ''; |
| 314 | owner = "root"; | 316 | owner = "root"; |
