modules/shared/nix-daemon: revert min-free to 10gb
This commit is contained in:
parent
2528e62800
commit
1823932193
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
settings.auto-optimise-store = true;
|
||||
|
||||
# auto-free the /nix/store
|
||||
settings.min-free = asGB 30;
|
||||
settings.min-free = asGB 10;
|
||||
settings.max-free = asGB 50;
|
||||
|
||||
# useful for ad-hoc nix-shell's for debugging
|
||||
|
|
Loading…
Add table
Reference in a new issue