diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index 689aa2a9..f3584c79 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -24,14 +24,7 @@ in { ]; supportedFeatures = [ "big-parallel" ]; maxJobs = 4; - } { - hostName = "client@dacbert.hq.c3d2.de"; - system = lib.concatStringsSep "," [ - "aarch64-linux" - ]; - supportedFeatures = [ "benchmark" "kvm" "nixos-test" ]; - maxJobs = 1; - } ]; + }]; daemonCPUSchedPolicy = "idle"; daemonIOSchedClass = "idle";