mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 13:48:36 +02:00
testing caddy service
This commit is contained in:
parent
7d2afb1b3a
commit
b55267b8de
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,13 @@
|
||||||
#:use-module (gnu system shadow)
|
#:use-module (gnu system shadow)
|
||||||
#:use-module (gnu system privilege)
|
#:use-module (gnu system privilege)
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:use-module (glicid packages caddy))
|
#:use-module (glicid packages caddy)
|
||||||
|
#:export (%caddy-accounts
|
||||||
|
caddy-configuration
|
||||||
|
caddy-configuration?
|
||||||
|
caddy-shepherd-service
|
||||||
|
caddy-service-type
|
||||||
|
))
|
||||||
|
|
||||||
|
|
||||||
(define %caddy-accounts
|
(define %caddy-accounts
|
||||||
|
|
Loading…
Add table
Reference in a new issue