Common/nix: add supportedFeatures to remote builder
This commit is contained in:
parent
30f41d10db
commit
7535e078fe
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@
|
|||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
maxJobs = 4;
|
||||
supportedFeatures = [
|
||||
"big-parallel"
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
];
|
||||
}
|
||||
];
|
||||
optimise = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue