mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
removed lambda as a remote builder
This commit is contained in:
parent
97250c66cc
commit
de96d22232
1 changed files with 2 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue