modules/nix-conf: local mirror take precedence over official cache
This commit is contained in:
parent
153762ca5b
commit
509304de03
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
extra-substituters = mkIf cfg.enableMirrors [
|
extra-substituters = mkIf cfg.enableMirrors [
|
||||||
"https://mirrors.bfsu.edu.cn/nix-channels/store?priority=100"
|
"https://mirrors.cernet.edu.cn/nix-channels/store?priority=20"
|
||||||
"https://mirrors.ustc.edu.cn/nix-channels/store?priority=100"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
|
|
Loading…
Reference in a new issue