summaryrefslogtreecommitdiff
path: root/hosts/atlas/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-25 23:02:26 -0400
committerseth <[email protected]>2023-04-25 23:02:26 -0400
commit129cd2b2368f1ab0e0f3cf732c1b743dd598d890 (patch)
treefd8de3dc35c139a62ca8b39565a7c125f5f620f4 /hosts/atlas/default.nix
parent33c62d8893e37944a5803008a1305055440f3cd3 (diff)
atlas: use aarch64 hci
Diffstat (limited to 'hosts/atlas/default.nix')
-rw-r--r--hosts/atlas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix
index 3d52b66..9763d70 100644
--- a/hosts/atlas/default.nix
+++ b/hosts/atlas/default.nix
@@ -14,7 +14,7 @@
boot.cleanTmpDir = true;
environment.systemPackages = with pkgs; [
- hercules-ci-agent.packages.x86_64-linux.hercules-ci-cli
+ hercules-ci-agent.packages.aarch64-linux.hercules-ci-cli
];
networking.hostName = "atlas";