Add IOG substituter at system level

This commit is contained in:
Andrea Ciceri 2024-05-01 10:50:30 +02:00
parent c33dc594ec
commit 4d57037bd1
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -18,12 +18,14 @@
"@wheel" "@wheel"
]; ];
netrc-file = "/etc/nix/netrc"; netrc-file = "/etc/nix/netrc";
# substituters = [ substituters = [
# "s3://cache?profile=default&region=eu-south-1&scheme=https&endpoint=cache.aciceri.dev" # "s3://cache?profile=default&region=eu-south-1&scheme=https&endpoint=cache.aciceri.dev"
# ]; "https://cache.iog.io"
# trusted-public-keys = [ ];
trusted-public-keys = [
# "cache.aciceri.dev~1:nJMfcBnYieY2WMbYDG0s9S5qUhU+V4RPL+X9zcxXxZY=" # "cache.aciceri.dev~1:nJMfcBnYieY2WMbYDG0s9S5qUhU+V4RPL+X9zcxXxZY="
# ]; "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
];
}; };
extraOptions = '' extraOptions = ''