modules/nix-conf: fix mirror priority settings
This commit is contained in:
parent
ced05f99fc
commit
0743f74527
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ in
|
|||
];
|
||||
|
||||
extra-substituters = mkIf cfg.enableMirrors [
|
||||
"https://mirrors.bfsu.edu.cn/nix-channels/store"
|
||||
"https://mirrors.ustc.edu.cn/nix-channels/store"
|
||||
"https://mirrors.bfsu.edu.cn/nix-channels/store?priority=100"
|
||||
"https://mirrors.ustc.edu.cn/nix-channels/store?priority=100"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
|
|
Loading…
Reference in a new issue