Add IOG substituter at system level
This commit is contained in:
parent
c33dc594ec
commit
4d57037bd1
1 changed files with 8 additions and 6 deletions
|
@ -18,12 +18,14 @@
|
||||||
"@wheel"
|
"@wheel"
|
||||||
];
|
];
|
||||||
netrc-file = "/etc/nix/netrc";
|
netrc-file = "/etc/nix/netrc";
|
||||||
# substituters = [
|
substituters = [
|
||||||
# "s3://cache?profile=default®ion=eu-south-1&scheme=https&endpoint=cache.aciceri.dev"
|
# "s3://cache?profile=default®ion=eu-south-1&scheme=https&endpoint=cache.aciceri.dev"
|
||||||
# ];
|
"https://cache.iog.io"
|
||||||
# trusted-public-keys = [
|
];
|
||||||
# "cache.aciceri.dev~1:nJMfcBnYieY2WMbYDG0s9S5qUhU+V4RPL+X9zcxXxZY="
|
trusted-public-keys = [
|
||||||
# ];
|
# "cache.aciceri.dev~1:nJMfcBnYieY2WMbYDG0s9S5qUhU+V4RPL+X9zcxXxZY="
|
||||||
|
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue