mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
wip
This commit is contained in:
parent
5c1dfeb662
commit
9ade8e1e6d
1 changed files with 64 additions and 59 deletions
|
@ -1,5 +1,10 @@
|
|||
(define-module (glicid services openldap)
|
||||
#:use-module (glicid packages openldap)
|
||||
#:use-module (gnu services)
|
||||
#:use-module (gnu services shepherd)
|
||||
#:use-module (guix)
|
||||
#:use-module (guix records)
|
||||
#:use-module (ice-9 match)
|
||||
#: export (
|
||||
openldap-configuration
|
||||
openldap-configuration?
|
||||
|
|
Loading…
Add table
Reference in a new issue