From 813593c5f5aaa7b0c6d373d57216aa1a229c2733 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 4 Dec 2022 06:56:34 -0700 Subject: [PATCH] box: remove maxJobs --- hosts/box/hardware-configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/box/hardware-configuration.nix b/hosts/box/hardware-configuration.nix index 6a8d81f..a940f92 100644 --- a/hosts/box/hardware-configuration.nix +++ b/hosts/box/hardware-configuration.nix @@ -71,6 +71,4 @@ swapDevices = [{ device = "/dev/disk/by-uuid/97d6ef56-ea18-493b-aac0-e58e773ced30"; }]; - - nix.maxJobs = lib.mkDefault 8; }