1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

feat: add more features to remote builder

This commit is contained in:
RGBCube 2025-02-26 00:35:06 +03:00
parent 7b953a5bed
commit b2cb5fd7ff
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -20,7 +20,7 @@ in {
maxJobs = 20;
protocol = "ssh-ng";
sshUser = "build";
supportedFeatures = [ "kvm" "big-parallel" ];
supportedFeatures = [ "benchmark" "big-parallel" "kvm" "nixos-test" ];
system = value.config.nixpkgs.hostPlatform.system;
});