mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
feat: add more features to remote builder
This commit is contained in:
parent
7b953a5bed
commit
b2cb5fd7ff
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in {
|
||||||
maxJobs = 20;
|
maxJobs = 20;
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
sshUser = "build";
|
sshUser = "build";
|
||||||
supportedFeatures = [ "kvm" "big-parallel" ];
|
supportedFeatures = [ "benchmark" "big-parallel" "kvm" "nixos-test" ];
|
||||||
system = value.config.nixpkgs.hostPlatform.system;
|
system = value.config.nixpkgs.hostPlatform.system;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue