From 0485515a06d93cba284c8653bd4142453919dc47 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 14 Jul 2020 15:38:39 -0400 Subject: feat(gs/system): configure whitby as a remote builder big cores wow Change-Id: I0fa14834365202f1c9a8ff69243f129c8acfe13d Reviewed-on: https://cl.tvl.fyi/c/depot/+/1168 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/system/modules/tvl.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/glittershark/system/system/modules/tvl.nix index 5291532338af..69a02dbbb33f 100644 --- a/users/glittershark/system/system/modules/tvl.nix +++ b/users/glittershark/system/system/modules/tvl.nix @@ -2,6 +2,19 @@ { nix = { + buildMachines = [{ + hostName = "whitby.tvl.fyi"; + sshUser = "grfn"; + sshKey = "/root/.ssh/id_rsa"; + system = "x86_64-linux"; + maxJobs = 64; + supportedFeatures = ["big-parallel" "kvm" "nixos-test" "benchmark"]; + }]; + + extraOptions = '' + builders-use-substitutes = true + ''; + binaryCaches = [ "ssh://nix-ssh@whitby.tvl.fyi" "https://cache.nixos.org" -- cgit 1.4.1