Merge pull request #140949 from jkarlson/nicedaemon

nixos/nix-daemon: Clarify daemonNiceLevel

authored by

Robert Hensing and committed by
GitHub
338b0a90 7e289a8c

+3 -1
+3 -1
nixos/modules/services/misc/nix-daemon.nix
··· 189 default = 0; 190 description = '' 191 Nix daemon process priority. This priority propagates to build processes. 192 - 0 is the default Unix process priority, 19 is the lowest. 193 194 Please note that if used on a recent Linux kernel with group scheduling, 195 setting the nice level will only have an effect relative to other threads
··· 189 default = 0; 190 description = '' 191 Nix daemon process priority. This priority propagates to build processes. 192 + 0 is the default Unix process priority, 19 is the lowest. Note that nix 193 + bypasses nix-daemon when running as root and this option does not have 194 + any effect in such a case. 195 196 Please note that if used on a recent Linux kernel with group scheduling, 197 setting the nice level will only have an effect relative to other threads