remote-workers: enable kvm/nixos-test support on build04

This commit is contained in:
Jörg Thalheim 2024-01-07 09:03:21 +01:00 committed by zowoq
parent 4c52a15fe4
commit e1e51ea3b5

View file

@ -12,6 +12,12 @@
sshKey = config.sops.secrets.id_buildfarm.path;
sshUser = "nix";
system = "aarch64-linux";
supportedFeatures = [
"big-parallel"
"kvm"
"nixos-test"
"gccarch-armv8-a"
];
}
{
hostName = "darwin02.nix-community.org";