Opitimize the store more frequently
This commit is contained in:
parent
b55f21ebe8
commit
457d29aba3
|
@ -134,9 +134,10 @@
|
|||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "monthly";
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
|
|
Loading…
Reference in a new issue