about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-07-19 10:36:33 +0200
committerProfpatsch <mail@profpatsch.de>2021-07-19 10:37:56 +0200
commite0ffbd0a801041696f711d4e0b9a93f96ce0a538 (patch)
tree9046f0a1c5d99e8db7fb8fba35d01e8ef1d07506 /machines/profpatsch/base.nix
parentd505c8fdfa2581bbdd7b88c341e2a587eb9f8112 (diff)
machines/profpatsch/base: set nix maxJobs to auto
Diffstat (limited to 'machines/profpatsch/base.nix')
-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;