Skip to content

Commit

Permalink
nix: remove aarch64 community builder
Browse files Browse the repository at this point in the history
Was removed so is no longer available
  • Loading branch information
khaneliman committed Jan 4, 2025
1 parent 0c658a2 commit d3e6e0b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions modules/shared/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3e6e0b

Please sign in to comment.