···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.
00193194 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.
195196 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