modules/shared/nix-daemon: update min-free/max-free
This commit is contained in:
parent
754a7b72b8
commit
75bc5ca2c0
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ in
|
|||
settings.auto-optimise-store = true;
|
||||
|
||||
# auto-free the /nix/store
|
||||
settings.min-free = asGB 10;
|
||||
settings.max-free = asGB 200;
|
||||
settings.min-free = asGB 30;
|
||||
settings.max-free = asGB 50;
|
||||
|
||||
# useful for ad-hoc nix-shell's for debugging
|
||||
# use mkForce to avoid search path warnings with nix-darwin
|
||||
|
|
Loading…
Add table
Reference in a new issue