Storage optimization: Difference between revisions
source: https://github.com/nix-community/srvos/blob/77faea4aed26379aa30304850dd0ef2b6f2dfe28/shared/common/nix.nix#L20 |
No edit summary |
||
| Line 150: | Line 150: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
nix.settings = { | nix.settings = { | ||
min-free = (100 * 1024 * 1024); | |||
max-free = (1024 * 1024 * 1024); | |||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||