From 912268ed5e009c08ad5309673d3c5c5633453a0a Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 31 Aug 2020 20:57:59 -0400 Subject: feat(gs/system): Add nixbuild.net as remote builder Change-Id: I3b071cc91af5ee896e88c10d6594333ff4eddf77 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1922 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/system/modules/common.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/glittershark/system/system/modules/common.nix') diff --git a/users/glittershark/system/system/modules/common.nix b/users/glittershark/system/system/modules/common.nix index b6eacd8629..884f0a9a7d 100644 --- a/users/glittershark/system/system/modules/common.nix +++ b/users/glittershark/system/system/modules/common.nix @@ -124,6 +124,11 @@ in sshKey = "/home/grfn/.ssh/id_rsa"; system = "x86_64-darwin"; maxJobs = 8; # 16 cpus + } { + hostName = "eu.nixbuild.net"; + system = "x86_64-linux"; + maxJobs = 100; + supportedFeatures = [ "benchmark" "big-parallel" ]; }]; distributedBuilds = true; -- cgit 1.4.1