nix.daemonIOSchedPriority

NixOS option

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 in: nixos/modules/services/system/nix-daemon.nixView source on NixOS/nixpkgs →