From b2d21123139cb37f8c5e31976e72e7beba14ca93 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 4 May 2020 13:18:10 -0400 Subject: macos build machine --- system/modules/common.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'system/modules/common.nix') diff --git a/system/modules/common.nix b/system/modules/common.nix index d352981755..9a09920a8a 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 = " -- cgit 1.4.1