core: add `min-free` to `nix.conf`

This commit is contained in:
Timothy DeHerrera 2020-07-13 20:07:32 -06:00
parent c9495ea881
commit 1ca628b3bd
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ in {
extraOptions = ''
experimental-features = nix-command flakes ca-references
min-free = 2147483648
'';
};