nix.daemonIOSchedPriority
Nix daemon process I/O scheduling priority. This priority propagates to build processes. The supported priorities depend on the scheduling policy: With idle, priorities are not used in scheduling decisions. best-effort supports values in the range 0 (high) to 7 (low).
- Type
signed integer- Default
4- Example
1- Declared
- <nixpkgs/nixos/modules/services/system/nix-daemon.nix>