summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/nanopi.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/nanopi.nix b/user/nanopi.nix
index eed1f6a8..c4c8402d 100644
--- a/user/nanopi.nix
+++ b/user/nanopi.nix
@@ -14,4 +14,7 @@
     homeDirectory = "/home/alan";
     stateVersion = "22.11";
   };
+  nix.settings = {
+    max-jobs = 4;
+  };
 }