From 41cf8be4123bbbec5701bf16d0f444e645eb4479 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 7 Jul 2015 09:48:29 +0200 Subject: [PATCH] nixos nix-daemon: lower priority is 19. Closes #8675 --- nixos/modules/services/misc/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix index b79a69e2ba8..b5a8a7df9fc 100644 --- a/nixos/modules/services/misc/nix-daemon.nix +++ b/nixos/modules/services/misc/nix-daemon.nix @@ -143,7 +143,7 @@ in default = 0; description = '' Nix daemon process priority. This priority propagates to build processes. - 0 is the default Unix process priority, 20 is the lowest. + 0 is the default Unix process priority, 19 is the lowest. ''; };