aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/syncthing.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/home/services/syncthing.scm')
-rw-r--r--gnu/home/services/syncthing.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/home/services/syncthing.scm b/gnu/home/services/syncthing.scm
index 9c9eb94ea1..8d66a167ce 100644
--- a/gnu/home/services/syncthing.scm
+++ b/gnu/home/services/syncthing.scm
@@ -20,6 +20,8 @@
#:use-module (gnu services)
#:use-module (gnu home services)
#:use-module (gnu services syncthing)
+ ;; For the 'home-shepherd-service-type' mapping.
+ #:use-module (gnu home services shepherd)
#:export (home-syncthing-service-type)
#:re-export (syncthing-configuration
syncthing-configuration?))