Run garbage collection more frequently

This commit is contained in:
Oliver Davies 2024-02-07 23:28:44 +00:00
parent e1f93f8e8b
commit 497287e4a3

View file

@ -206,8 +206,8 @@ in
nix = {
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
dates = "daily";
options = "--delete-older-than 7d";
};
optimise.automatic = true;