From 1f1e281783a42a9f09c064b544b54d80b0bf88d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 4 May 2023 23:15:05 +0200 Subject: [PATCH] hydra: remove kvm from gallium --- hosts/hydra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hydra/default.nix b/hosts/hydra/default.nix index 7416eb59..3e82d1c2 100644 --- a/hosts/hydra/default.nix +++ b/hosts/hydra/default.nix @@ -326,7 +326,7 @@ in # NOTE: currently very, very slow and usually builds do not finish in any amount of time # root@192.168.100.3 ${lib.concatStringsSep "," extraPlatforms} - ${toString (config.nix.settings.max-jobs * 3)} 10 big-parallel,nixos-test - # sandro's native aarch64 builder - ${config.nix.remoteBuilder.name}@gallium.supersandro.de aarch64-linux - 4 20 kvm,big-parallel,nixos-test,benchmark - + ${config.nix.remoteBuilder.name}@gallium.supersandro.de aarch64-linux - 4 20 big-parallel,nixos-test,benchmark - EOF '';