services: guix-data-service: Allow passing extra options.
authorChristopher Baines <mail@cbaines.net>
Sun, 1 Mar 2020 20:56:37 +0000 (20:56 +0000)
committerChristopher Baines <mail@cbaines.net>
Sun, 8 Mar 2020 23:35:03 +0000 (23:35 +0000)
commitd8ab68b92941ca0286697b87a88254023a0b2dc9
tree08ce1fcc385d39fb52f9303320988bad79f59207
parent67d21e2b08f61972b79e643bd7de1c65a8002837
services: guix-data-service: Allow passing extra options.

This is so that the options supported by the service configuration don't have
to always be changed. Generally though all options should be explicitly
supported and documented, so this is mostly to facilitate experimentation.

* gnu/services/guix.scm (<guix-data-service-configuration>): Add extra-options
and extra-process-jobs-options to the record type.
(guix-data-service-shepherd-services): Handle these new configuration record
fields.
* doc/guix.texi (Guix Data Service): Document these new options.
doc/guix.texi
gnu/services/guix.scm