Enable weekly garbage collection

This commit is contained in:
Dave Gallant
2023-06-07 16:53:13 -04:00
parent 085935f574
commit f9b7f6c2f4
2 changed files with 9 additions and 3 deletions

View File

@@ -57,6 +57,12 @@
registry = {nixpkgs.flake = nixpkgs;};
};
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
nixpkgs.overlays = [
(import ./modules/overlays)
/*