From cbf6ea9ac93c8bc140396395cdcae0c12fb9c608 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 18 Oct 2021 18:49:03 +0200 Subject: [PATCH] modules: system: nix: change nix build niceness 19 is the lowest priority. --- modules/system/nix/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/system/nix/default.nix b/modules/system/nix/default.nix index 0f2f8c3..04888ac 100644 --- a/modules/system/nix/default.nix +++ b/modules/system/nix/default.nix @@ -18,6 +18,9 @@ in extraOptions = '' experimental-features = nix-command flakes ''; + + # Keep my system responsive during builds + daemonNiceLevel = 19; }; }