nix: lower frequency of gc

This commit is contained in:
Leonardo Eugênio 2024-05-30 16:54:06 -03:00
parent cbeaa72101
commit 2ce8246287

View file

@ -11,8 +11,8 @@ in
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 3d";
dates = "weekly";
options = "--delete-older-than 7d";
};
optimise.automatic = true;
settings = {