Re-enabled aarch64-linux
between Hercules CI systems
This commit is contained in:
parent
bbf1ee9703
commit
df9ea36678
2 changed files with 16 additions and 16 deletions
|
@ -92,20 +92,20 @@
|
||||||
inputs.hercules-ci-effects.flakeModule
|
inputs.hercules-ci-effects.flakeModule
|
||||||
];
|
];
|
||||||
systems = ["x86_64-linux" "aarch64-linux"];
|
systems = ["x86_64-linux" "aarch64-linux"];
|
||||||
herculesCI.ciSystems = ["x86_64-linux"];
|
herculesCI.ciSystems = ["x86_64-linux" "aarch64-linux"];
|
||||||
});
|
});
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
|
"https://cache.aciceri.dev"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://rock5b-nixos.cachix.org"
|
"https://rock5b-nixos.cachix.org"
|
||||||
"https://helix.cachix.org"
|
"https://helix.cachix.org"
|
||||||
"https://cache.aciceri.dev"
|
|
||||||
];
|
];
|
||||||
extra-trusted-public-keys = [
|
extra-trusted-public-keys = [
|
||||||
|
"cache.aciceri.dev:4e9sFjWPUOjGwTJE98PXinJJZLwPz0m5nKsAe63MY3E="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
"rock5b-nixos.cachix.org-1:bXHDewFS0d8pT90A+/YZan/3SjcyuPZ/QRgRSuhSPnA="
|
"rock5b-nixos.cachix.org-1:bXHDewFS0d8pT90A+/YZan/3SjcyuPZ/QRgRSuhSPnA="
|
||||||
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
||||||
"cache.aciceri.dev:4e9sFjWPUOjGwTJE98PXinJJZLwPz0m5nKsAe63MY3E="
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -191,19 +191,19 @@
|
||||||
};
|
};
|
||||||
colmena.deployment.buildOnTarget = true;
|
colmena.deployment.buildOnTarget = true;
|
||||||
};
|
};
|
||||||
pbp = {
|
# pbp = {
|
||||||
system = "aarch64-linux";
|
# system = "aarch64-linux";
|
||||||
extraModules = with inputs; [
|
# extraModules = with inputs; [
|
||||||
nixosHardware.nixosModules.pine64-pinebook-pro
|
# nixosHardware.nixosModules.pine64-pinebook-pro
|
||||||
disko.nixosModules.disko
|
# disko.nixosModules.disko
|
||||||
];
|
# ];
|
||||||
extraHmModules = [
|
# extraHmModules = [
|
||||||
# inputs.ccrEmacs.hmModules.default
|
# # inputs.ccrEmacs.hmModules.default
|
||||||
];
|
# ];
|
||||||
secrets = {
|
# secrets = {
|
||||||
"pbp-wireguard-private-key" = {};
|
# "pbp-wireguard-private-key" = {};
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
# hs = {};
|
# hs = {};
|
||||||
mothership = {
|
mothership = {
|
||||||
extraModules = with inputs; [
|
extraModules = with inputs; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue