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}" ]; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
gc = { gc = {
automatic = true; automatic = true;
dates = "daily"; dates = "weekly";
options = "--delete-older-than 3d"; options = "--delete-older-than 7d";
}; };
optimise.automatic = true; optimise.automatic = true;
settings = { settings = {