From d86ff6192c8055b0b59388cf06d2ff7232fb49b8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 23 Nov 2021 18:53:11 +0100 Subject: [PATCH] modules: system: nix: don't change daemon niceness This option doesn't really work the way it should anyway [1]. This reverts commit cbf6ea9ac93c8bc140396395cdcae0c12fb9c608. [1]: https://github.com/NixOS/nixpkgs/pull/138741 --- modules/system/nix/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/system/nix/default.nix b/modules/system/nix/default.nix index 04888ac..0f2f8c3 100644 --- a/modules/system/nix/default.nix +++ b/modules/system/nix/default.nix @@ -18,9 +18,6 @@ in extraOptions = '' experimental-features = nix-command flakes ''; - - # Keep my system responsive during builds - daemonNiceLevel = 19; }; }