Re: Calling gpg encrypt inside mixed-text-file

2022-10-17 Thread Reza Housseini
You'll need two things; ``computed-file'', and the ``(ice-9 popen)'' standard library module. ``computed-file'' allows you to build a file-like object from arbitrary code. Have a look here for an example from my configuration,

Re: Calling gpg encrypt inside mixed-text-file

2022-10-14 Thread (
Hey Reza, On Fri Oct 14, 2022 at 9:40 AM BST, Reza Housseini wrote: > (service radicale-service-type > (radicale-configuration > (config-file (mixed-text-file "radicale.conf" " > [auth] > type = htpasswd > htpasswd_filename = " (local-file

Calling gpg encrypt inside mixed-text-file

2022-10-14 Thread Reza Housseini
Hi list In a system configuration I won't to add a password file from a gpg encrypted file in the following manner: (service radicale-service-type (radicale-configuration (config-file (mixed-text-file "radicale.conf" " [auth] type =