Re-enabled aarch64-linux between Hercules CI systems

This commit is contained in:
Andrea Ciceri 2023-06-19 22:30:51 +02:00
parent bbf1ee9703
commit df9ea36678
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 16 additions and 16 deletions

View file

@ -92,20 +92,20 @@
inputs.hercules-ci-effects.flakeModule
];
systems = ["x86_64-linux" "aarch64-linux"];
herculesCI.ciSystems = ["x86_64-linux"];
herculesCI.ciSystems = ["x86_64-linux" "aarch64-linux"];
});
nixConfig = {
extra-substituters = [
"https://cache.aciceri.dev"
"https://nix-community.cachix.org"
"https://rock5b-nixos.cachix.org"
"https://helix.cachix.org"
"https://cache.aciceri.dev"
];
extra-trusted-public-keys = [
"cache.aciceri.dev:4e9sFjWPUOjGwTJE98PXinJJZLwPz0m5nKsAe63MY3E="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"rock5b-nixos.cachix.org-1:bXHDewFS0d8pT90A+/YZan/3SjcyuPZ/QRgRSuhSPnA="
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
"cache.aciceri.dev:4e9sFjWPUOjGwTJE98PXinJJZLwPz0m5nKsAe63MY3E="
];
};
}

View file

@ -191,19 +191,19 @@
};
colmena.deployment.buildOnTarget = true;
};
pbp = {
system = "aarch64-linux";
extraModules = with inputs; [
nixosHardware.nixosModules.pine64-pinebook-pro
disko.nixosModules.disko
];
extraHmModules = [
# inputs.ccrEmacs.hmModules.default
];
secrets = {
"pbp-wireguard-private-key" = {};
};
};
# pbp = {
# system = "aarch64-linux";
# extraModules = with inputs; [
# nixosHardware.nixosModules.pine64-pinebook-pro
# disko.nixosModules.disko
# ];
# extraHmModules = [
# # inputs.ccrEmacs.hmModules.default
# ];
# secrets = {
# "pbp-wireguard-private-key" = {};
# };
# };
# hs = {};
mothership = {
extraModules = with inputs; [