From 6056b78ce6c07d1b62008232b54d56e09ae680c8 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 24 Mar 2021 21:09:51 +0100 Subject: [PATCH] hydra: add buildMachines did I deploy that? --- hosts/containers/hydra/hydra.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/containers/hydra/hydra.nix b/hosts/containers/hydra/hydra.nix index ea75c1eb..ab29df4d 100644 --- a/hosts/containers/hydra/hydra.nix +++ b/hosts/containers/hydra/hydra.nix @@ -10,6 +10,13 @@ extraOptions = '' allowed-uris = http:// https:// ''; + trustedUsers = [ "hydra" ]; + buildMachines = [{ + hostName = "localhost"; + system = "x86_64-linux"; + supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ]; + maxJobs = 4; + }]; }; services.hydra = {