mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
feat: use mirrors4 to force ipv4 on TUNA
This commit is contained in:
parent
009b8bfa79
commit
d939e9a7ee
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ in
|
|||
"flakes"
|
||||
];
|
||||
substituters = lib.mkForce [
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store?priority=1"
|
||||
"https://mirrors4.tuna.tsinghua.edu.cn/nix-channels/store?priority=1"
|
||||
"https://cache.nixos.org?priority=2"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue