From b871356fbe0ca2d0836bfabf53628101a3bb5d74 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 19 Jul 2021 10:34:19 +0200 Subject: machines/shiki: use Possehl Analytics remote builder --- machines/profpatsch/shiki.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'machines/profpatsch/shiki.nix') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index efea79ed..7536a462 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -103,14 +103,14 @@ in { system = "aarch64-linux"; supportedFeatures = [ "big-parallel" ]; } - # tweag remote builder + # possehl analytics remote builder { - hostName = "build01.tweag.io"; + hostName = "build01.possehl-analytics.com"; maxJobs = 24; - sshKey = "/root/.ssh/tweag-nix-builder"; - sshUser = "nix"; + sshKey = "/root/.ssh/possehl-analytics-nix-builder"; + sshUser = "nix-builder"; system = "x86_64-linux"; - supportedFeatures = [ "big-parallel" ]; + supportedFeatures = [ "kvm" "big-parallel" "nixos-test" "benchmark" ]; } ]; nix.binaryCaches = [ -- cgit 1.4.1