Delete configurations older than 3 weeks

This commit is contained in:
Sandro - 2022-06-12 17:27:22 +02:00
parent 7c5ec5927a
commit 0a41bcdf4c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ in {
gc = {
automatic = true;
dates = "06:00";
options = "--delete-older-than 21d"
randomizedDelaySec = "6h";
};
package = pkgs.nixUnstable;