removed lambda as a remote builder

This commit is contained in:
Julien Malka 2023-11-26 13:37:27 +01:00
parent 97250c66cc
commit de96d22232
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -70,17 +70,12 @@
{
hostName = "epyc.infra.newtype.fr";
maxJobs = 100;
systems = [ "x86_64-linux" ];
systems = [ "x86_64-linux" "aarch64-linux" ];
sshUser = "root";
sshKey = "/home/julien/.ssh/id_ed25519";
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
speedFactor = 2;
}
{
hostName = "lambda";
maxJobs = 4;
systems = [ "aarch64-linux" ];
supportedFeatures = [ "big-parallel" ];
}
{
hostName = "darwin-build-box.winter.cafe";
maxJobs = 4;