add cache.ztier.in substituter, use hydra.int.chir.rs on vf2
This commit is contained in:
parent
6c00df5fe1
commit
ae10b119b4
3 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue