remote-workers: enable kvm/nixos-test support on build04
This commit is contained in:
parent
4c52a15fe4
commit
e1e51ea3b5
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue