fine tube distributed build

This commit is contained in:
Cyryl Płotnicki 2020-02-23 20:17:37 +00:00
parent 00121bf79f
commit 546c68167a

View file

@ -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 = ''