Commit 41bf5657c4b4

Vincent Demeester <vincent@sbr.pm>
2022-04-06 02:48:28
systems/modules: remove nix.cache.home local cache
It gets more in the way than anything.. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c77ec18
Changed files (1)
systems
modules
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;
       };