Clean up subsitutors for builds
This commit is contained in:
parent
afd284a008
commit
1badc42a60
2 changed files with 38 additions and 3 deletions
|
@ -55,9 +55,9 @@
|
|||
settings =
|
||||
let
|
||||
substituters = [
|
||||
"https://${config.qois.nixpkgs-cache.hostname}?priority=39"
|
||||
"https://${config.qois.nixpkgs-cache.hostname}?priority=30"
|
||||
"https://attic.qo.is/qois-infrastructure?priority=32"
|
||||
"https://cache.nixos.org?priority=40"
|
||||
"https://attic.qo.is/qois-infrastructure"
|
||||
];
|
||||
in
|
||||
{
|
||||
|
@ -69,7 +69,7 @@
|
|||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"qois-infrastructure:lh35ymN7Aoxm5Hz0S6JusxE+cYzMU+x9OMKjDVIpfuE="
|
||||
];
|
||||
trusted-substituters = substituters; # For hosts that limit the subst list
|
||||
trusted-substituters = substituters;
|
||||
inherit substituters;
|
||||
};
|
||||
gc = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue