core: lower min-free

This commit is contained in:
Timothy DeHerrera 2020-07-16 15:16:27 -06:00
parent a163cb6edb
commit eab95c0265
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

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