about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--system/modules/common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix
index c505d0d5dc..66d57704a0 100644
--- a/system/modules/common.nix
+++ b/system/modules/common.nix
@@ -112,6 +112,12 @@
       sshKey = "/home/grfn/.ssh/id_rsa";
       system = "x86_64-darwin";
       maxJobs = 4;
+    } {
+      hostName = "172.16.0.4";
+      sshUser = "griffin";
+      sshKey = "/home/grfn/.ssh/id_rsa";
+      system = "x86_64-darwin";
+      maxJobs = 8; # 16 cpus
     }];
 
     distributedBuilds = true;