Nix : Raise min-free to 50 GiB.
This commit is contained in:
parent
1120ac6f59
commit
dce8ca1dfa
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue