mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 01:07:23 +08:00
fix max jobs
This commit is contained in:
parent
b2721cf33e
commit
2763fc6aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue