about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-12-22 00:13:29 +0100
committerProfpatsch <mail@profpatsch.de>2018-12-22 00:13:29 +0100
commit9a2dc71ad4aa32141ddcc590a615a51a81378ddc (patch)
tree61dde2aa6dfa6c30c5abbd241dd94e18546311b6 /machines
parent6156c78de15ab2adb708aad18578ca93557e0d33 (diff)
machines/katara: disabled hyperthreading
Diffstat (limited to 'machines')
-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 1a8deaac..3602f6e7 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -61,7 +61,7 @@ in {
     ######
     # Nix
 
-    nix.maxJobs = 4;
+    nix.maxJobs = 2;
     vuizvui.modifyNixPath = false;
     nix.nixPath = [
       "vuizvui=${myLib.philip.home}/vuizvui"