From 682d9216de84f2c874c4ff799487328f1365366e Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 9 Feb 2025 17:29:58 -0500 Subject: [PATCH] change cache to be a name less likely to conflict --- modules/core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core.nix b/modules/core.nix index 421bb87..3cee476 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -5,8 +5,8 @@ nix.settings = { experimental-features = ["flakes" "nix-command"]; trusted-users = ["@wheel"]; - substituters = [" https://cache.wanderingcrow.net/main"]; - trusted-public-keys = ["main:w2Ryiog6zSARbqXfTTYZmhg+FrEodWjCgyy9tYLZIAw="]; + substituters = [" https://cache.wanderingcrow.net/wce-cache"]; + trusted-public-keys = ["wce-cache:s5otDeH048aZEGwQ2EQn6UfFJn6YgP71bcOok1jX1Q0="]; }; environment.variables = {