Worf: Add challenger as builder

This commit is contained in:
Felix Albrigtsen 2024-09-22 10:23:55 +02:00
parent 56e92e70f1
commit 7177ee5b17
1 changed files with 11 additions and 0 deletions

View File

@ -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";
} }