Worf: Add challenger as builder
This commit is contained in:
parent
56e92e70f1
commit
7177ee5b17
|
@ -33,6 +33,17 @@
|
||||||
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
|
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
|
|
||||||
|
sshUser = "felixalb";
|
||||||
|
sshKey = "/var/root/.ssh/nix-builder";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
hostName = "challenger.home.feal.no";
|
||||||
|
system = "x86_64-linux";
|
||||||
|
|
||||||
|
maxJobs = 6;
|
||||||
|
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ];
|
||||||
|
mandatoryFeatures = [ ];
|
||||||
|
|
||||||
sshUser = "felixalb";
|
sshUser = "felixalb";
|
||||||
sshKey = "/var/root/.ssh/nix-builder";
|
sshKey = "/var/root/.ssh/nix-builder";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue