From b1c28cfc7cd9efbd481ab584f6d5ffaa025f21c1 Mon Sep 17 00:00:00 2001 From: Yureka Date: Tue, 6 Aug 2024 13:26:15 +0200 Subject: [PATCH] bagel-cache.s3-web.delroth.net -> cache.forkos.org --- common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nix.nix b/common/nix.nix index 6c8c25e..fe6fd03 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -14,7 +14,7 @@ # Use our cache and trust its signing key. Still use cache.nixos.org as # fallback. - nix.settings.substituters = [ "https://bagel-cache.s3-web.delroth.net/" ]; + nix.settings.substituters = [ "https://cache.forkos.org/" ]; nix.settings.trusted-public-keys = [ "cache.forkos.org:xfXIUJO1yiEITJmYsVmNDa9BFSlgTh/YqZ+4ei1EhQg=" ];