From 11dcca78b4d6efa02b546aafd458a0534d5ff9de Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 5 Jan 2025 16:32:49 -0500 Subject: [PATCH] fix cache (again) --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 0de34d5..caf46fa 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -7,7 +7,7 @@ flake-registry = ""; trusted-users = [ "root" "@wheel" ]; trusted-public-keys = [ "central:zOr/tVH4EqkIgnClJJzYkHYHbCTtG1aUsA2OZjObAt0=" ]; - substituters = [ "https://cache.cything.io" ]; + substituters = [ "https://cache.cything.io/central" ]; }; channel.enable = false; optimise = {