fix max jobs

This commit is contained in:
Sridhar Ratnakumar 2022-07-18 10:11:24 -04:00
parent b2721cf33e
commit 2763fc6aa4

View file

@ -19,7 +19,7 @@
swapDevices = [ ];
nix.max-jobs = lib.mkDefault 32;
nix.settings.max-jobs = lib.mkDefault 12;
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
# Use GRUB2 as the boot loader.