summaryrefslogtreecommitdiff
path: root/gnu/services/guix.scm
Commit message (Expand)AuthorAgeFilesLines
* 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. Christopher Baines2020-03-081-4/+11
* services: Add the Guix Data Service.•••* gnu/services/guix.scm: New file. * gnu/tests/guix.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add both new files. * doc/guix.texi (Guix Services): New section documenting the Guix Data Service. Christopher Baines2019-09-251-0/+212