don't run gc too often

This commit is contained in:
Leonardo Eugênio 2022-12-02 01:22:32 -03:00
parent a69f888c0e
commit 2692a77561

View file

@ -137,8 +137,8 @@
nix = {
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 3d";
dates = "monthly";
options = "--delete-older-than 7d";
};
settings = {
auto-optimise-store = true;