Hello! Untrusem <[email protected]> writes:
> Untrusem <[email protected]> writes: > > I forgot to ask, what services should I take look as a reference and > such. I would prefer a service which uses all the current way of doings > rather than the old one I would recommend writing the system test at the same time you author the service; it should be faster (not to mention less risky) to respawn a 'guix system vm' than to reconfigure you own system, and system tests are also typically requested for new system services, along documentation. I'd also recommend using the modern define-configuration (or its define-configuration/no-serialization variant), which will give users automatic type-checking (input checking) for their configuration, and report a nicely formatted hint/error otherwise (info "(guix) Complex Configurations"). -- Thanks, Maxim
