about summary refs log tree commit diff
path: root/machines/dnyarri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/dnyarri.nix')
-rw-r--r--machines/dnyarri.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index bfd30995..bda86e1d 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -6,6 +6,8 @@ with import ../lib;
 {
   require = singleton ../common.nix;
 
+  nix.maxJobs = 8;
+
   boot = let
     patch51Name = "patch51.fw";
     kernelParams = [ "snd-hda-intel.patch=${patch51Name}" ];