diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:34:41 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:34:41 +0100 |
| commit | c7ddeaf86a65037a1e74c26cb68c61ee0206f13d (patch) | |
| tree | d7ff5a81211d2cad8768288c84443b0c38f64622 /custom | |
| parent | 5e3b29229aa34598eaa77ffbe6cf01cf1fc191eb (diff) | |
| download | nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.tar nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.tar.gz nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.tar.bz2 nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.tar.xz nixos-c7ddeaf86a65037a1e74c26cb68c61ee0206f13d.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 d83f7307..02c9cb87 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -357,6 +357,8 @@ in { | |||
| 357 | User = "uucp"; | 357 | User = "uucp"; |
| 358 | Type = "oneshot"; | 358 | Type = "oneshot"; |
| 359 | ExecStart = "${config.security.wrapperDir}/uucico -D -S %i"; | 359 | ExecStart = "${config.security.wrapperDir}/uucico -D -S %i"; |
| 360 | Nice = 15; | ||
| 361 | IOSchedulingClass = "idle"; | ||
| 360 | }; | 362 | }; |
| 361 | }; | 363 | }; |
| 362 | 364 | ||
