diff options
author | Andy Wingo <wingo@igalia.com> | 2017-04-27 14:09:16 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-28 23:34:24 +0100 |
commit | 1115f140179b8fafb5a0f7c91a22dfdb7d6b21cc (patch) | |
tree | 2e6ba413548d67768f318bfd2980ab127ce456d8 /gnu/local.mk | |
parent | f612992999d5174a69711ebbf5fcf42cc5db0345 (diff) | |
download | patches-1115f140179b8fafb5a0f7c91a22dfdb7d6b21cc.tar patches-1115f140179b8fafb5a0f7c91a22dfdb7d6b21cc.tar.gz |
services: Add certbot service.
* gnu/services/certbot.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* doc/guix.texi (Certificate Services): New section.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f94bdaa3df..b361f1a4bc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -444,6 +444,7 @@ GNU_SYSTEM_MODULES = \ %D%/services/audio.scm \ %D%/services/avahi.scm \ %D%/services/base.scm \ + %D%/services/certbot.scm \ %D%/services/configuration.scm \ %D%/services/cuirass.scm \ %D%/services/cups.scm \ |