Reduce automatic gc time 7d -> 3d

This commit is contained in:
Evie Litherland-Smith 2024-12-14 06:59:37 +00:00
parent a4019f180d
commit 8126a1428a

View file

@ -36,7 +36,7 @@
channel.enable = true;
gc = {
automatic = true;
options = "--delete-older-than 7d";
options = "--delete-older-than 3d";
};
optimise.automatic = true;
registry.my-nixos = {