Merge pull request #199572 from SuperSandro2000/nix-daemon-io-prio

nixos/nix-daemon: don't give daemon by default high io priority
This commit is contained in:
Robert Hensing 2022-11-07 12:26:47 +01:00 committed by GitHub
commit abd4e9d524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ in
daemonIOSchedPriority = mkOption {
type = types.int;
default = 0;
default = 4;
example = 1;
description = lib.mdDoc ''
Nix daemon process I/O scheduling priority. This priority propagates