diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-01-22 18:06:13 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-22 18:12:09 +0100 |
commit | 6ffeef92e64f0f296dd795db906a480dbd3e97a4 (patch) | |
tree | 7766c56aa3fcc6d5ee12a5ecfbcbe6d6df54a27b /doc | |
parent | e1dbac04c3b89670ef726a0dafd390e87c6c754f (diff) | |
download | guix-6ffeef92e64f0f296dd795db906a480dbd3e97a4.tar.gz |
services: hpcguix-web: Provide default values.
* gnu/services/web.scm (<hpcguix-web-configuration>)[specs]: Default to #f. (hpcguix-web-shepherd-service): Do not pass '--config' when SPECS is #f. (hpcguix-web-service-type)[default-value]: New field. * doc/guix.texi (Web Services): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 507a0d3ee4..e4474943b9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -30320,10 +30320,10 @@ The service type for @code{hpcguix-web}. Data type for the hpcguix-web service configuration. @table @asis -@item @code{specs} -A gexp (@pxref{G-Expressions}) specifying the hpcguix-web service -configuration as an @code{hpcguix-web-configuration} record. The main -fields of that record type are: +@item @code{specs} (default: @code{#f}) +Either @code{#f} or a gexp (@pxref{G-Expressions}) specifying the +hpcguix-web service configuration as an @code{hpcguix-web-configuration} +record. The main fields of that record type are: @table @asis @item @code{title-prefix} (default: @code{"hpcguix | "}) |