nixos/nix-daemon: don't give daemon by default high io priority

According to https://www.freedesktop.org/software/systemd/man/systemd.exec.html#IOSchedulingClass= the default is 4
This commit is contained in:
Sandro 2022-11-04 19:41:36 +01:00 committed by Sandro Jäckel
parent 9d556e2c75
commit 8017d9e2da
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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