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, ... }:
|
||||
{
|
||||
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";
|
||||
sshUser = "nix-builder";
|
||||
|
@ -19,6 +10,15 @@
|
|||
supportedFeatures = [ ];
|
||||
mandatoryFeatures = [ ];
|
||||
}
|
||||
{
|
||||
hostName = "brix.local";
|
||||
sshUser = "nix-builder";
|
||||
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
||||
system = "x86_64-linux";
|
||||
maxJobs = 1;
|
||||
supportedFeatures = [ "kvm" ];
|
||||
mandatoryFeatures = [ ];
|
||||
}
|
||||
];
|
||||
|
||||
nix.extraOptions = ''
|
||||
|
|
Loading…
Reference in a new issue