certbot-full: add certbot-dns-google and certbot-dns-ovh

This commit is contained in:
Antoine Viallon 2023-09-15 23:05:13 +02:00
parent ae98fb4f90
commit a7e9282a10
No known key found for this signature in database
GPG key ID: 186FC35EDEB25716

View file

@ -20983,6 +20983,8 @@ with pkgs;
certbot-full = certbot.withPlugins (cp: with cp; [
certbot-dns-cloudflare
certbot-dns-google
certbot-dns-ovh
certbot-dns-rfc2136
certbot-dns-route53
]);