modules/nix-config: re-prioritize binary caches
This commit is contained in:
parent
6f311d1563
commit
abc48f9a59
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ in {
|
|||
|
||||
substituters = [
|
||||
"https://cache.privatevoid.net"
|
||||
"https://max.cachix.org"
|
||||
"https://reflex.privatevoid.net?priority=10"
|
||||
"https://max.cachix.org?priority=100"
|
||||
"https://reflex.privatevoid.net?priority=90"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
|
|
Loading…
Reference in a new issue