diff --git a/modules/shared/nix/default.nix b/modules/shared/nix/default.nix index 7d888b92..87865b82 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