From e41f98de313f81a74a6ebb1131b3bd92817c4acb Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 6 Sep 2023 17:50:53 -0400 Subject: hosts: remove p-body --- hosts/p-body/buildMachines.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 hosts/p-body/buildMachines.nix (limited to 'hosts/p-body/buildMachines.nix') diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix deleted file mode 100644 index 07f1cd1..0000000 --- a/hosts/p-body/buildMachines.nix +++ /dev/null @@ -1,15 +0,0 @@ -_: { - nix = { - buildMachines = [ - { - hostName = "atlas"; - maxJobs = 4; - sshUser = "bob"; - supportedFeatures = ["benchmark" "big-parallel" "gccarch-armv8-a" "kvm" "nixos-test"]; - systems = ["aarch64-linux"]; - } - ]; - - settings.builders-use-substitutes = true; - }; -} -- cgit v1.2.3