summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sent <richard@freakingpenguin.com>2024-05-08 08:00:42 -0400
committerGuix Patches Tester <>2024-05-08 14:29:34 +0200
commitadc9d420b4bde56eee1278ece6b48afca654b2c9 (patch)
tree72aace30b82f41a2f06f31e118bfa79c128990b8
parent014875b29e68da6357a5323e6dd1eaa74a05b753 (diff)
downloadguix-patches-issue-70828.tar
guix-patches-issue-70828.tar.gz
services: certbot: Add certbot-configuration-package to profile.issue-70828
As the manual suggests running a certbot command to view the issued certificates, add it to the profile. gnu/services/certbot.scm (certbot-service-type): Extend profile-service-type with certbot-configuration-package. Change-Id: I92618597bbdc8d838420b2e0f82de601b0bc609b
-rw-r--r--gnu/services/certbot.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index f287c8367f..b276c49e0f 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -350,6 +350,8 @@ deploy."
(extensions
(list (service-extension nginx-service-type
certbot-nginx-server-configurations)
+ (service-extension profile-service-type
+ (compose list certbot-configuration-package))
(service-extension activation-service-type
certbot-activation)
(service-extension mcron-service-type