Set the frequency for GC

This commit is contained in:
pazpi 2025-07-22 13:52:33 +02:00
parent af8f675734
commit e49dd18446

View file

@ -49,6 +49,7 @@ in
gc = lib.mkIf cfg.gc.enable { gc = lib.mkIf cfg.gc.enable {
# Auto delete old generations # Auto delete old generations
automatic = true; automatic = true;
dates = "weekly";
options = "--delete-older-than 2d"; options = "--delete-older-than 2d";
}; };
}; };