From c8b6ec939440342759e3b1fb76ef186bd56a7bd2 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 13 Oct 2024 20:18:56 +0200 Subject: [PATCH] feat(steveej-x13s,holo-chain): change remote builder and disable cache.holo.host --- nix/os/devices/steveej-x13s/configuration.nix | 9 ++++----- nix/os/snippets/nix-settings-holo-chain.nix | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/nix/os/devices/steveej-x13s/configuration.nix b/nix/os/devices/steveej-x13s/configuration.nix index 330525c..ba57af4 100644 --- a/nix/os/devices/steveej-x13s/configuration.nix +++ b/nix/os/devices/steveej-x13s/configuration.nix @@ -104,10 +104,9 @@ sops.secrets.builder-private-key = {}; nix.distributedBuilds = true; nix.buildMachines = [ - # test these with: sudo nix store ping --store 'ssh-ng://nix-remote-builder@sj-bm-hostkey0.dev.infra.holochain.org?ssh-key=/run/secrets/builder-private-key' - + # test these with: sudo nix store ping --store 'ssh-ng://nix-remote-builder@?ssh-key=/run/secrets/builder-private-key' { - hostName = "sj-bm-hostkey0.dev.infra.holochain.org"; + hostName = "buildbot-nix-0.infra.holochain.org"; sshUser = "nix-remote-builder"; sshKey = config.sops.secrets.builder-private-key.path; protocol = "ssh-ng"; @@ -119,7 +118,7 @@ "big-parallel" "kvm" ]; - maxJobs = 0; + maxJobs = 16; } { @@ -135,7 +134,7 @@ "big-parallel" "kvm" ]; - maxJobs = 32; + maxJobs = 0; } ]; } diff --git a/nix/os/snippets/nix-settings-holo-chain.nix b/nix/os/snippets/nix-settings-holo-chain.nix index 660695c..d975cea 100644 --- a/nix/os/snippets/nix-settings-holo-chain.nix +++ b/nix/os/snippets/nix-settings-holo-chain.nix @@ -3,7 +3,7 @@ substituters = [ "https://holochain-ci.cachix.org" "https://holochain-ci-internal.cachix.org" - "https://cache.holo.host/" + # "https://cache.holo.host/" ]; trusted-public-keys = [