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

2023-08-29 Thread Ludovic Courtès
Hi, Morgan Smith 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

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

2023-08-29 Thread Ludovic Courtès
Hi Morgan, Morgan Smith 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

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

2023-08-24 Thread Morgan Smith
Hello guix! Thank you Ludovic for adding a way to map system services to home services! This is very exciting. However, I can't seem to use some of those services. Take a look at this minimal example home configuration: --8<---cut here---start->8---