misc: garbage-collect nixos profiles older than 30 days

This commit is contained in:
Katherina Walshe-Grey 2025-01-05 14:27:55 +00:00
parent 473e113c4f
commit eb557507d0

View file

@ -5,6 +5,7 @@
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
randomizedDelaySec = "45min"; randomizedDelaySec = "45min";
options = "--delete-older-than 30d";
}; };
nix.optimise.automatic = true; nix.optimise.automatic = true;
services.fstrim.enable = true; services.fstrim.enable = true;