From f9c828c86a93354d6840437a2d51e21a5af95160 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 8 Nov 2019 21:52:03 -0800 Subject: get remote builds working with lithium --- machines/helium.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'machines/helium.nix') diff --git a/machines/helium.nix b/machines/helium.nix index 0eb4b07..9e8221e 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -111,22 +111,17 @@ dates = "03:15"; }; binaryCaches = [ "https://cache.nixos.org/" ]; - nixPath = [ - "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs" - "nixos-config=/etc/nixos/configuration.nix" - "/nix/var/nix/profiles/per-user/root/channels" - ]; extraOptions = '' - gc-keep-outputs = true - gc-keep-derivations = true + keep-outputs = true + keep-derivations = true builders-use-substitutes = true ''; buildMachines = [ { - hostName = "home.simatime.com"; + hostName = "dev.simatime.com"; sshUser = "root"; - sshKey = "/home/ben/.ssh/hidor-kahih"; + sshKey = "/home/ben/.ssh/id_rsa"; system = "x86_64-linux"; maxJobs = 4; speedFactor = 4; -- cgit v1.2.3