bagel-cache.s3-web.delroth.net -> cache.forkos.org

This commit is contained in:
Yureka 2024-08-06 13:26:15 +02:00
parent a69750b495
commit b1c28cfc7c

View file

@ -14,7 +14,7 @@
# Use our cache and trust its signing key. Still use cache.nixos.org as # Use our cache and trust its signing key. Still use cache.nixos.org as
# fallback. # fallback.
nix.settings.substituters = [ "https://bagel-cache.s3-web.delroth.net/" ]; nix.settings.substituters = [ "https://cache.forkos.org/" ];
nix.settings.trusted-public-keys = [ nix.settings.trusted-public-keys = [
"cache.forkos.org:xfXIUJO1yiEITJmYsVmNDa9BFSlgTh/YqZ+4ei1EhQg=" "cache.forkos.org:xfXIUJO1yiEITJmYsVmNDa9BFSlgTh/YqZ+4ei1EhQg="
]; ];