about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-10-10 10:55:47 +0200
committerProfpatsch <mail@profpatsch.de>2016-10-10 10:55:47 +0200
commit2766f1df19204d89b3387aa2c92e4cd6fa14b39d (patch)
treefb342c8f20dc4e8de05fd108b8b0f09f412a8600 /machines/profpatsch
parent3cc378e19cd8c593a286549c5e5a6ca9dc71835c (diff)
machines/katara: set maxJobs to #cores
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 83dd4c93..23cb69f4 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -43,7 +43,7 @@ in {
     ######
     # Nix
 
-    nix.maxJobs = 2;
+    nix.maxJobs = 4;
     # what was this activated for?!
     # vuizvui.enableGlobalNixpkgsConfig = true;