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

View File

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