From d3e6e0b266c53d2a0a7bce63ac8da0d4217f2543 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 4 Jan 2025 11:27:43 -0600 Subject: [PATCH] nix: remove aarch64 community builder Was removed so is no longer available --- modules/shared/nix/default.nix | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/modules/shared/nix/default.nix b/modules/shared/nix/default.nix index 7d888b92c..87865b82a 100644 --- a/modules/shared/nix/default.nix +++ b/modules/shared/nix/default.nix @@ -100,26 +100,6 @@ in sshKey = config.sops.secrets.khanelimac_khaneliman_ssh_key.path; } ) - ( - { - inherit protocol sshUser; - hostName = "aarch64.nixos.community"; - maxJobs = 64; - speedFactor = 20; - system = "aarch64-linux"; - supportedFeatures = [ - "big-parallel" - "kvm" - "nixos-test" - ]; - } - // lib.optionalAttrs (host == "khanelimac") { - sshKey = config.sops.secrets.khanelimac_khaneliman_ssh_key.path; - } - // lib.optionalAttrs (host == "khanelinix") { - sshKey = config.sops.secrets.khanelinix_khaneliman_ssh_key.path; - } - ) ] ++ lib.optionals (config.${namespace}.security.sops.enable && pkgs.stdenv.hostPlatform.isLinux) ( let