On Tue, Sep 05, 2023 at 10:59:21AM +0200, Moisés Simón wrote: > Hi, > > I'm running my own acme server and CA I need to pass REQUEST_CA_BUNDLE env variable to the certbot mcron job. > > What would be the best approach to pass this variable to certbot-service that Guix provides? Probably writing a patch for the certbot service, I don't think it's possible to modify the environment of a service's shepherd job if the service doesn't provide a configuration option for it.