1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Delete older than 3 days instead of 1 week

This commit is contained in:
RGBCube 2023-11-14 09:36:52 +03:00
parent 748c60eff3
commit 4127cce8da
No known key found for this signature in database

View file

@ -110,7 +110,7 @@
nix.gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 1w";
options = "--delete-older-than 3d";
persistent = true;
};