Fix garbage collection options

This commit is contained in:
Erwin Boskma 2022-12-23 09:21:44 +01:00
parent b93937881d
commit 15731fd9f0
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -66,7 +66,7 @@ in
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than=30d";
options = "--delete-older-than 30d";
};
};