Hi, Is there a service type for running a Guix system container? For example:
```
(define container-os
(operating-system ...))
(define host-os
(operating-system
(services
(cons* (service container-service-type
(operating-system container-os))
%base-services))))
```
If not, is there a way to deploy a real operating system (for example
with guix system vm) that runs a defined container as a service?
Thanks,
Naranden
