Common/nix: add supportedFeatures to remote builder

This commit is contained in:
Toast 2024-04-24 01:18:09 +02:00
parent 30f41d10db
commit 7535e078fe

View file

@ -31,6 +31,11 @@
system = "x86_64-linux";
protocol = "ssh-ng";
maxJobs = 4;
supportedFeatures = [
"big-parallel"
"kvm"
"nixos-test"
];
}
];
optimise = {