feat: enable cache fallback

This commit is contained in:
2026-04-21 10:08:08 +02:00
parent 0c517e0957
commit f71d156ea8

View File

@@ -40,6 +40,8 @@
"flakes" "flakes"
]; ];
download-buffer-size = 2 * 1024 * 1024 * 1024; download-buffer-size = 2 * 1024 * 1024 * 1024;
download-attempts = 3;
fallback = true;
warn-dirty = false; warn-dirty = false;
substituters = [ substituters = [
"https://cache.nixos.org" "https://cache.nixos.org"