Skip to content
Snippets Groups Projects
Unverified Commit 38d6aa05 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

services: cuirass: Add Cuirass to the system profile.

* gnu/services/cuirass.scm (cuirass-service-type): Extend
PROFILE-SERVICE-TYPE.
parent 379b6ba5
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,8 @@ (define cuirass-service-type ...@@ -137,6 +137,8 @@ (define cuirass-service-type
(name 'cuirass) (name 'cuirass)
(extensions (extensions
(list (list
(service-extension profile-service-type ;for 'info cuirass'
(compose list cuirass-configuration-cuirass))
(service-extension activation-service-type cuirass-activation) (service-extension activation-service-type cuirass-activation)
(service-extension shepherd-root-service-type cuirass-shepherd-service) (service-extension shepherd-root-service-type cuirass-shepherd-service)
(service-extension account-service-type cuirass-account))))) (service-extension account-service-type cuirass-account)))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment