nixpkgs/nixos/tests/common/acme
Lucas Savva 49c0fd7d60 nixos/acme: Disable lego renew sleeping
Lego has a built-in mechanism for sleeping for a random amount
of time before renewing a certificate. In our environment this
is not only unnecessary (as our systemd timer takes care of it)
but also unwanted since it slows down the execution of the
systemd service encompassing it, thus also slowing down the
start up of any services its depending on.

Also added FixedRandomDelay to the timer for more predictability.
2022-10-06 10:30:24 -04:00
..
client nixos/acme: Disable lego renew sleeping 2022-10-06 10:30:24 -04:00
server nixosTests.acme: Use module system based runner 2022-09-21 10:55:12 +01:00