diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:29:21 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:29:21 +0100 |
commit | 5e3b29229aa34598eaa77ffbe6cf01cf1fc191eb (patch) | |
tree | 51c795aa10229b65ae38f114b25bb2ce3f991dab /custom | |
parent | 42e65034876c03291bd103b4d22eca09d8e5ca61 (diff) | |
download | nixos-5e3b29229aa34598eaa77ffbe6cf01cf1fc191eb.tar nixos-5e3b29229aa34598eaa77ffbe6cf01cf1fc191eb.tar.gz nixos-5e3b29229aa34598eaa77ffbe6cf01cf1fc191eb.tar.bz2 nixos-5e3b29229aa34598eaa77ffbe6cf01cf1fc191eb.tar.xz nixos-5e3b29229aa34598eaa77ffbe6cf01cf1fc191eb.zip |
...
Diffstat (limited to 'custom')
-rw-r--r-- | custom/uucp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index f2b10057..d83f7307 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -39,8 +39,8 @@ let | |||
39 | chat = pkgs.writeScript "chat" '' | 39 | chat = pkgs.writeScript "chat" '' |
40 | #!${pkgs.stdenv.shell} | 40 | #!${pkgs.stdenv.shell} |
41 | 41 | ||
42 | ${pkgs.util-linux}/bin/ionice -c 3 -p $$ | 42 | ${pkgs.utillinux}/bin/ionice -c 3 -p $$ |
43 | ${pkgs.util-linux}/bin/renice -n 15 -p $$ | 43 | ${pkgs.utillinux}/bin/renice -n 15 -p $$ |
44 | 44 | ||
45 | echo . | 45 | echo . |
46 | exec ${config.security.wrapperDir}/uucico | 46 | exec ${config.security.wrapperDir}/uucico |