From 546c68167a1c2b48e6de570c29db4db594d221ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 23 Feb 2020 20:17:37 +0000 Subject: [PATCH] fine tube distributed build --- nixos/distributed-builds.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nixos/distributed-builds.nix b/nixos/distributed-builds.nix index f1493fab..8d718bbe 100644 --- a/nixos/distributed-builds.nix +++ b/nixos/distributed-builds.nix @@ -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 = ''