From cce0bfff8554bf7718b21b26f318fd0f6aa7de58 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 3 Jun 2020 16:29:14 -0400 Subject: remote builds on new mbp --- system/modules/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system/modules/common.nix') 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; -- cgit 1.4.1