steveej-laptop: use builtin for build maxJobs
This commit is contained in:
parent
b0d23b238b
commit
11badcc29e
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
nix.maxJobs = 2;
|
||||
nix.buildCores = 4;
|
||||
nix.maxJobs = lib.mkDefault 2;
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.trackpoint.emulateWheel = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue