about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/base.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index a6aedb60..dd899cf0 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -12,6 +12,8 @@ in
     # correctness before speed
     nix.useSandbox = true;
 
+    nix.maxJobs = "auto";
+
     # /tmp should never be depended on
     boot.cleanTmpDir = true;