modules/shared/nix-daemon: revert min-free to 10gb

This commit is contained in:
zowoq 2023-09-10 13:16:11 +10:00
parent 2528e62800
commit 1823932193

View file

@ -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