diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-04T17·18-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-04T17·18-0400 |
commit | b2d21123139cb37f8c5e31976e72e7beba14ca93 (patch) | |
tree | e14615aaf73816f44629787e5c05531ff8020d7e /system | |
parent | d22a0381a5f8d9c52d251d3a8e6be08adeb89e4e (diff) |
macos build machine
Diffstat (limited to 'system')
-rw-r--r-- | system/modules/common.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix index d35298175515..9a09920a8a39 100644 --- a/system/modules/common.nix +++ b/system/modules/common.nix @@ -103,3 +103,17 @@ autoOptimiseStore = true; }; } + + buildMachines = [{ + hostName = "172.16.0.3"; + sshUser = "griffin"; + sshKey = "/home/grfn/.ssh/id_rsa"; + system = "x86_64-darwin"; + maxJobs = 4; + }]; + + distributedBuilds = true; + + # gc = { + # automatic = true; + # dates = " |