Commit 41bf5657c4b4
Changed files (1)
systems
modules
core
systems/modules/core/nix.nix
@@ -31,7 +31,7 @@ in
'';
};
localCaches = mkOption {
- default = [ "http://nix.cache.home" ];
+ default = [ ];
description = "List of local nix caches";
type = types.listOf types.str;
};