1
0
Fork 0

Activate garbage collection

This commit is contained in:
Malte Brandy 2020-09-17 02:15:06 +02:00
parent 651d9891eb
commit e6f14133f6
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -53,7 +53,11 @@ in {
fallback = true
keep-outputs = true
'';
gc.options = "--delete-older-than 5d";
gc = {
automatic = true;
dates = "Mon 4:00";
options = "--delete-older-than 7d";
};
};
systemd.services = let