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:
Andrew Tropin 2021-09-10 10:41:36 +03:00 committed by Oleg Pykhalov
parent bac597cc96
commit 44ed9ebcc7
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -27,6 +27,8 @@ (define-module (gnu home-services shepherd)
#:use-module (srfi srfi-1)
#:export (home-shepherd-service-type
home-shepherd-configuration)
#:re-export (shepherd-service
shepherd-action))