mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:46:34 +01:00
add builders
This commit is contained in:
parent
22589f24c0
commit
a85e168a0e
1 changed files with 4 additions and 0 deletions
|
@ -32,12 +32,16 @@ in {
|
||||||
{
|
{
|
||||||
systems = [ self.nixosConfigurations.kuraokami.config.nixpkgs.hostPlatform.system ];
|
systems = [ self.nixosConfigurations.kuraokami.config.nixpkgs.hostPlatform.system ];
|
||||||
supportedFeatures = self.nixosConfigurations.kuraokami.config.nix.settings.system-features;
|
supportedFeatures = self.nixosConfigurations.kuraokami.config.nix.settings.system-features;
|
||||||
|
maxJobs = 24;
|
||||||
|
speedFactor = 20;
|
||||||
hostName = "kuraokami";
|
hostName = "kuraokami";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
systems = [ self.nixosConfigurations.zap.config.nixpkgs.hostPlatform.system ];
|
systems = [ self.nixosConfigurations.zap.config.nixpkgs.hostPlatform.system ];
|
||||||
supportedFeatures = self.nixosConfigurations.zap.config.nix.settings.system-features;
|
supportedFeatures = self.nixosConfigurations.zap.config.nix.settings.system-features;
|
||||||
|
maxJobs = 4;
|
||||||
|
speedFactor = 10;
|
||||||
hostName = "zap";
|
hostName = "zap";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue