Increase the garbage collection to 30 days

This commit is contained in:
Andreas Zweili 2022-06-08 10:39:25 +02:00
parent 9f8e3ff62a
commit d9558231eb
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 7d";
options = "--delete-older-than 30d";
};
trustedUsers = [ "root" "@wheel" ];
};