Nix : Raise min-free to 50 GiB.

This commit is contained in:
Dmitry Voronin 2024-03-04 14:26:18 +03:00
parent 1120ac6f59
commit dce8ca1dfa

View file

@ -6,7 +6,7 @@
experimental-features = nix-command flakes experimental-features = nix-command flakes
keep-derivations = true keep-derivations = true
keep-outputs = true keep-outputs = true
min-free = ${toString (10 * 1024 * 1024 * 1024)} min-free = ${toString (50 * 1024 * 1024 * 1024)}
''; '';
# max-free = ${toString (10 * 1024 * 1024 * 1024)} # max-free = ${toString (10 * 1024 * 1024 * 1024)}
# nix.gc = { # nix.gc = {