Add local cache to settings

This commit is contained in:
Greg Hellings
2024-03-26 00:23:31 -05:00
parent a20954ea3d
commit 7b404c3f6f
+1
View File
@@ -16,6 +16,7 @@
min-free = (toString (1024 * 1024 * 1024) );
max-free = (toString (5 * 1024 * 1024 * 1024) );
substituters = [
"http://nixcache.home"
"https://cache.garnix.io"
"https://ai.cachix.org"
];