Re: Proposal for removing some serialization limitations of define-configuration

2024-06-23 Thread Attila Lendvai
> authority letsencrypt { > api url "https://acme-v02.api.letsencrypt.org/directory"; > account key "/some/path.pem" rsa > contact "mailto:who@knows"; > } i have no time to verify this right now, but i think you should be able to write only the header and the wrapper in your custom serializer, a

Re: Proposal for removing some serialization limitations of define-configuration

2024-06-23 Thread Development of GNU Guix and the GNU System distribution.
Hi Tomas, On Sun, Jun 23 2024, Tomas Volf wrote: > 1. I need the serializer for `name' field to wrap the output of other >serializers. Is it possible with nested configuration records (which I remember are complicated to set up)? > 2. I need to serialize key-file and key-type as one (since