more frequent nix gc

This commit is contained in:
Vinzenz Schroeter 2024-03-02 13:11:01 +01:00
parent c94e085e66
commit 2ff6ddc89f

View file

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