bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65510: Errors trying to use home-dicod-service-type and home-syncthi


From: Ludovic Courtès
Subject: bug#65510: Errors trying to use home-dicod-service-type and home-syncthing-service-type
Date: Tue, 29 Aug 2023 11:34:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi Morgan,

Morgan Smith <Morgan.J.Smith@outlook.com> skribis:

> (use-modules (gnu services)
>              (gnu home services dict)
>              (gnu home services syncthing)
>              (gnu home services mcron))
>
> (home-environment
>  (services
>   (list
>    ;; guix home: error: no target of type 'system' for service 'profile'
>    (service home-dicod-service-type)
>    ;; guix home: error: no target of type 'system' for service 'profile'
>    (service home-syncthing-service-type)

Oops.  The workaround is to explicitly add (gnu home services shepherd)
to the list of imported modules.

I’ll look for a proper fix.

Thanks for reporting the issue!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]