add cache.ztier.in substituter, use hydra.int.chir.rs on vf2

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-18 07:22:04 +01:00
parent 6c00df5fe1
commit ae10b119b4
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 7 additions and 1 deletions

View file

@ -121,6 +121,7 @@
"https://attic.chir.rs/chir-rs/"
"https://cache.nixos.org/"
"https://beam.attic.rs/riscv"
"https://cache.ztier.in"
];
nix.daemonCPUSchedPolicy = "idle";
nix.daemonIOSchedClass = "idle";

View file

@ -45,6 +45,7 @@ in {
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
"chir-rs:AnwyFacopHSkprD6aXY4/R3J9JYzTbV2rosJCBPaB28="
"riscv:TZX1ReuoIGt7QiSQups+92ym8nKJUSV0O2NkS4HAqH8="
"cache.ztier.link-1:3P5j2ZB9dNgFFFVkCQWT3mh0E+S3rIWtZvoql64UaXM="
];
post-build-hook = "${post-build-hook}";
auto-optimise-store = true;

View file

@ -22,7 +22,11 @@
(import ../overlays/riscv.nix)
];
nix.settings.substituters = ["https://beam.attic.rs/riscv"];
nix.settings.substituters = lib.mkForce [
"https://beam.attic.rs/riscv"
"https://cache.ztier.in"
"https://hydra.int.chir.rs"
];
boot = {
supportedFilesystems = lib.mkForce ["vfat" "ext4" "nfs"];
kernelPackages = pkgs.linuxPackagesFor (pkgs.vf2Kernel.override {