Nix : Temporarily disable subs.

This commit is contained in:
Dmitry Voronin 2024-03-09 19:42:03 +03:00
parent e9b3c43983
commit 40b0fb5b0f

View file

@ -7,10 +7,11 @@
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 = ssh-ng://home
extra-trusted-substituters = ssh-ng://home
extra-trusted-public-keys = home:i9dE2VZI40/LCM/mmUGs8kwal1bQo3xbSjrzxhInmOw=
''; '';
# extra-substituters = ssh-ng://home
# extra-trusted-substituters = ssh-ng://home
# extra-trusted-public-keys = home:i9dE2VZI40/LCM/mmUGs8kwal1bQo3xbSjrzxhInmOw=
# max-free = ${toString (10 * 1024 * 1024 * 1024)} # max-free = ${toString (10 * 1024 * 1024 * 1024)}
# nix.gc = { # nix.gc = {
# automatic = true; # automatic = true;