modules: system: nix: don't change daemon niceness

This option doesn't really work the way it should anyway [1].

This reverts commit cbf6ea9ac9.

[1]: https://github.com/NixOS/nixpkgs/pull/138741
This commit is contained in:
Bruno BELANYI 2021-11-23 18:53:11 +01:00
parent de54779775
commit d86ff6192c
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ in
extraOptions = ''
experimental-features = nix-command flakes
'';
# Keep my system responsive during builds
daemonNiceLevel = 19;
};
}