Test
This commit is contained in:
parent
1d4727425c
commit
6e154a7ee3
1 changed files with 2 additions and 1 deletions
|
@ -8,10 +8,11 @@
|
|||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
sshUser = "albert";
|
||||
protocol = "ssh-ng";
|
||||
maxJobs = 4;
|
||||
speedFactor = 2;
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
mandatoryFeatures = [ ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue