diff options
author | Wojtek Kosior <koszko@koszko.org> | 2024-01-24 17:42:52 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-03-21 13:59:25 +0100 |
commit | 14984568e49643270f8a19fe173259cd7c995873 (patch) | |
tree | e67354eaff4bfd992c5146100631c308f9dcdef3 | |
parent | 8d9b883e5099bcb80e928cc90b079b8484954c0f (diff) | |
download | guix-14984568e49643270f8a19fe173259cd7c995873.tar.gz guix-14984568e49643270f8a19fe173259cd7c995873.zip |
services: Export cgit config serialization procedure.
This procedure alone is useful when deploying cgit under HTTP server other
than Nginx or when deploying multiple cgit instances on a single host.
* gnu/services/cgit.scm (define-module): Export
`serialize-cgit-configuration`.
Change-Id: Ia21c5debbd54a156df703d84694c945e851cd55c
-rw-r--r-- | gnu/services/cgit.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm index 684ab73f76..1ef5547ee5 100644 --- a/gnu/services/cgit.scm +++ b/gnu/services/cgit.scm @@ -40,6 +40,7 @@ %cgit-configuration-nginx cgit-configuration-nginx-config opaque-cgit-configuration + serialize-cgit-configuration cgit-service-type)) ;;; Commentary: |