This commit is contained in:
iFargle 2023-10-07 15:54:59 +09:00
parent 1d4727425c
commit 6e154a7ee3

View file

@ -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 = [ ];
}