Loading
nixos/acme: Make the maximum jitter configurable
Extracts the fixed 24h random delay into a configurable option suitable for other profiles, that require different renew intervals. With the introduction of LE's shortlived profile a fixed random delay does not cut it anymore, as it will delay short renew intervals by up to a day before they are run. In an ideal world we could make the delay proportional to the renew interval, but the `OnCalendar=` format is a bit too complicated.