diff options
author | Griffin Smith <root@gws.fyi> | 2020-06-03T20·29-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-06-03T20·29-0400 |
commit | cce0bfff8554bf7718b21b26f318fd0f6aa7de58 (patch) | |
tree | 7673738a9fb0225dace57551bbd25958994f8a25 /system/modules/common.nix | |
parent | e516ee4ca28d5429d755dd40a50687e9ca770291 (diff) |
remote builds on new mbp
Diffstat (limited to 'system/modules/common.nix')
-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; |