summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/remote-build/aarch64-community.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/remote-build/aarch64-community.nix')
-rw-r--r--makefu/2configs/remote-build/aarch64-community.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/makefu/2configs/remote-build/aarch64-community.nix b/makefu/2configs/remote-build/aarch64-community.nix
deleted file mode 100644
index d57eacd6..00000000
--- a/makefu/2configs/remote-build/aarch64-community.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- nix = {
- distributedBuilds = true;
- buildMachines = [
- {
- hostName = "aarch64.nixos.community";
- maxJobs = 64;
- sshKey = toString <secrets/nixos-community>;
- sshUser = "makefu";
- system = "aarch64-linux";
- supportedFeatures = [ "big-parallel" ];
- }
- ];
- };
-}