We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1GB
1 parent f5f737e commit 52b445eCopy full SHA for 52b445e
home.nix
@@ -37,7 +37,7 @@ with lib; {
37
gc = {
38
automatic = true;
39
dates = "weekly";
40
- options = "--delete-older-than 7d --max-freed $((64 * 1024**3))";
+ options = "--delete-older-than 7d --max-freed $((1 * 1024**3))"; # 1 GB
41
};
42
43
0 commit comments