diff --git a/modules/baseline.nix b/modules/baseline.nix index 2271930..e4e7387 100644 --- a/modules/baseline.nix +++ b/modules/baseline.nix @@ -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" ];