fine tube distributed build
This commit is contained in:
parent
00121bf79f
commit
546c68167a
1 changed files with 9 additions and 9 deletions
|
@ -1,15 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
{
|
|
||||||
hostName = "brix.local";
|
|
||||||
sshUser = "nix-builder";
|
|
||||||
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
|
||||||
system = "x86_64-linux";
|
|
||||||
maxJobs = 1;
|
|
||||||
supportedFeatures = [ "kvm" ];
|
|
||||||
mandatoryFeatures = [ ];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
hostName = "vultr1.local";
|
hostName = "vultr1.local";
|
||||||
sshUser = "nix-builder";
|
sshUser = "nix-builder";
|
||||||
|
@ -19,6 +10,15 @@
|
||||||
supportedFeatures = [ ];
|
supportedFeatures = [ ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
hostName = "brix.local";
|
||||||
|
sshUser = "nix-builder";
|
||||||
|
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
||||||
|
system = "x86_64-linux";
|
||||||
|
maxJobs = 1;
|
||||||
|
supportedFeatures = [ "kvm" ];
|
||||||
|
mandatoryFeatures = [ ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
|
|
Loading…
Reference in a new issue