Nix : Add nixcache.voronind.com as a local sub.
This commit is contained in:
parent
1a1df52ba8
commit
effd122bc5
|
@ -7,6 +7,9 @@
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
min-free = ${toString (50 * 1024 * 1024 * 1024)}
|
min-free = ${toString (50 * 1024 * 1024 * 1024)}
|
||||||
|
extra-substituters = https://nixcache.voronind.com
|
||||||
|
extra-trusted-substituters = https://nixcache.voronind.com
|
||||||
|
extra-trusted-public-keys = nixcache.voronind.com:i9dE2VZI40/LCM/mmUGs8kwal1bQo3xbSjrzxhInmOw=
|
||||||
'';
|
'';
|
||||||
# max-free = ${toString (10 * 1024 * 1024 * 1024)}
|
# max-free = ${toString (10 * 1024 * 1024 * 1024)}
|
||||||
# nix.gc = {
|
# nix.gc = {
|
||||||
|
|
Loading…
Reference in a new issue