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
1 changed files with 1 additions and 1 deletions

View File

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