Nix : Add nixcache.voronind.com as a local sub.

This commit is contained in:
Dmitry Voronin 2024-03-09 17:17:24 +03:00
parent 1a1df52ba8
commit effd122bc5

View file

@ -7,6 +7,9 @@
keep-derivations = true
keep-outputs = true
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)}
# nix.gc = {