Testing s3-backed binary cache

This commit is contained in:
Alejandro Angulo 2024-03-10 16:06:58 -07:00
parent 4bd2c41976
commit 81b290bc07
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -40,8 +40,9 @@ in {
substituters = substituters =
if cfg.useSelfhostedCache if cfg.useSelfhostedCache
then [ then [
# TESTING
"https://minio.kilonull.com/nix-store"
selfHostedCacheHost selfHostedCacheHost
"https://cache.nixos.org/"
] ]
else []; else [];
trusted-public-keys = trusted-public-keys =