summaryrefslogtreecommitdiff
path: root/hosts/p-body/buildMachines.nix
diff options
context:
space:
mode:
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;
- };
-}