global/nix: make gc only delete generations after 7d

This commit is contained in:
Infinidoge 2023-10-31 21:32:53 -04:00
parent 41658fc8c3
commit a66011097b

View file

@ -26,7 +26,7 @@ with lib;
gc = {
automatic = true;
options = "--delete-older-than 3d";
options = "--delete-older-than 7d";
dates = "weekly";
};