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

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

authored by

Robert Hensing and committed by
GitHub
abd4e9d5 67e61879

+1 -1
+1 -1
nixos/modules/services/misc/nix-daemon.nix
··· 206 206 207 207 daemonIOSchedPriority = mkOption { 208 208 type = types.int; 209 - default = 0; 209 + default = 4; 210 210 example = 1; 211 211 description = lib.mdDoc '' 212 212 Nix daemon process I/O scheduling priority. This priority propagates