commit 6262123dae47aefa2a3c2706ec2faae1bb5ee0a5 parent 82dcb60e0d08439f688bdf538994629c2691a458 Author: Toni Brown <me@tb148.net> Date: Fri, 20 Feb 2026 21:49:32 +0800 force the use of the mirror Diffstat:
| M | configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configuration.nix b/configuration.nix @@ -108,7 +108,7 @@ "nix-command" "flakes" ]; - nix.settings.substituters = ["https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"]; + nix.settings.substituters = lib.mkForce ["https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"]; time.timeZone = "Asia/Shanghai"; services.timesyncd = {