summaryrefslogtreecommitdiff
path: root/hosts/p-body/buildMachines.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-06 17:50:53 -0400
committerseth <[email protected]>2023-09-07 13:52:26 -0400
commite41f98de313f81a74a6ebb1131b3bd92817c4acb (patch)
tree02272b37a7ce9650bdfc47f73be64a0a7b2f8800 /hosts/p-body/buildMachines.nix
parent5d0fdf984a2708ad746669814ac874d6f7ad44b4 (diff)
hosts: remove p-body
Diffstat (limited to 'hosts/p-body/buildMachines.nix')
-rw-r--r--hosts/p-body/buildMachines.nix15
1 files changed, 0 insertions, 15 deletions
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;
- };
-}