steveej-laptop: use builtin for build maxJobs

This commit is contained in:
steveej 2017-01-18 16:07:07 +01:00
parent b0d23b238b
commit 11badcc29e

View file

@ -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;