according to: https://www.gnu.org/software//mcron/manual/html_node/Guile-Syntax.html#Setting-environment-variables
it is possible to set env variables for mcron jobs in guile, but I am not sure how to glue that in Guix config 5 sept 2023 16:39:49 Saku Laesvuori <s...@laesvuori.fi>: > 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.