home-services: shepherd: Add missing exports.
* gnu/home-services/shepherd.scm: Add missing exports. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
bac597cc96
commit
44ed9ebcc7
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ (define-module (gnu home-services shepherd)
|
||||||
|
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
|
|
||||||
|
#:export (home-shepherd-service-type
|
||||||
|
home-shepherd-configuration)
|
||||||
#:re-export (shepherd-service
|
#:re-export (shepherd-service
|
||||||
shepherd-action))
|
shepherd-action))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue