diff options
-rw-r--r-- | system/modules/common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix index c505d0d5dcd7..66d57704a089 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; |