nix: collect garbage daily

This commit is contained in:
Leonardo Eugênio 2024-02-19 12:54:08 -03:00
parent 6c534c590f
commit 02c6040972
1 changed files with 2 additions and 2 deletions

View File

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