aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-10-15 13:31:17 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-10-15 13:32:05 +0300
commit1e631e46698289a7182b79e106507ad749f9ee55 (patch)
tree85856ee4ee85994079b6ef7841a01047015f94ce /etc/snippets
parent68845693a472bed4bc3142d8badbe577158613bd (diff)
downloadguix-1e631e46698289a7182b79e106507ad749f9ee55.tar.gz
guix-1e631e46698289a7182b79e106507ad749f9ee55.zip
gnu: python-pytest-trio: Honor #:tests? flag.
* gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Honor the #:tests? flag.
Diffstat (limited to 'etc/snippets')
0 files changed, 0 insertions, 0 deletions
dovic Courtès <ludo@gnu.org> Reviewed-by: Bruno Victal <mirai@makinata.eu> Saku Laesvuori 2023-01-03services: certbot: Fix broken link....* gnu/services/certbot.scm (certbot-renewal-jobs): Fix broken link. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> jgart 2022-09-29services: certbot: Create "live" directory during activation....When trying to run certbot, the mcron command fails, as /etc/letsencrypt/live is missing. This patch adds it into the certbot activation service. * gnu/services/certbot.scm (certbot-activation): Make /etc/letsencrypt/live. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mája Tomášek 2021-06-24services: certbot: Add option to use CSR file....* gnu/services/certbot.scm (<certificate-configuration>): Add csr field. (certbot-command): Modify. * doc/guix.texi (Certificate Services): Document it. Raghav Gururajan