Add auto garbage collection for everything over 30 days.

This commit is contained in:
jay
2025-06-29 01:10:14 -04:00
parent 15585ce403
commit 15ed945bbf

View File

@@ -4,6 +4,7 @@
config.allowUnfree = true;
};
nix = {
gc.options = "--delete-older-than 30d";
optimise.automatic = true;
extraOptions = ''
experimental-features = nix-command flakes