Adjust CPU schedule policy for Nix

This commit is contained in:
Andreas Zweili 2023-11-25 16:09:08 +01:00
parent 331c577d3f
commit 76ecde65d3
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
nixpkgs.config.allowUnfree = true;
nix = {
daemonCPUSchedPolicy = "idle";
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
registry = {
nixpkgs.flake = inputs.nixpkgs;