1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00

nix-gc: rename frequency to dates

This commit is contained in:
Aguirre Matteo 2025-08-14 13:55:29 -03:00 committed by Austin Horstman
parent 3001400e9f
commit 6911d3e7f4
8 changed files with 87 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{
nix.gc = {
automatic = true;
frequency = "monthly";
dates = [ "monthly" ];
randomizedDelaySec = "42min";
options = "--delete-older-than 30d --max-freed $((64 * 1024**3))";
};