Skip to content

Commit 52b445e

Browse files
committed
chore(hm): use 1GB cap for gc
1 parent f5f737e commit 52b445e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ with lib; {
3737
gc = {
3838
automatic = true;
3939
dates = "weekly";
40-
options = "--delete-older-than 7d --max-freed $((64 * 1024**3))";
40+
options = "--delete-older-than 7d --max-freed $((1 * 1024**3))"; # 1 GB
4141
};
4242
};
4343

0 commit comments

Comments
 (0)