hydra: comment why gallium has no kvm

This commit is contained in:
Sandro - 2023-07-05 23:57:19 +02:00
parent 000002e220
commit 96576ab193
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ in
maxJobs = "4";
speedFactor = 10;
sshUser = config.nix.remoteBuilder.name;
# kvm is not supported because /dev/kvm does not exist
supportedFeatures = [ "big-parallel" "nixos-test" "benchmark" ];
system = "aarch64-linux";
}