Hi Morgan, Morgan Smith <morgan.j.sm...@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’.