don't run gc too often
This commit is contained in:
parent
a69f888c0e
commit
2692a77561
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue