summary refs log tree commit diff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-05-13 11:23:48 +0100
committerChristopher Baines <mail@cbaines.net>2023-05-13 11:26:37 +0100
commit9a6bbea9d400a916d95e22c6ea2377fa0cb13dc0 (patch)
tree573b375f47679c4f2c761d25ca8a8f276f19c1f1 /doc/guix.texi
parentcc47c5277d4aacb7f7cc8538b8c9af5ff3e1a1f9 (diff)
downloadguix-9a6bbea9d400a916d95e22c6ea2377fa0cb13dc0.tar.gz
services: nar-herder: Support extra environment vars.
* gnu/services/guix.scm (nar-herder-configuration-extra-environment-variables):
New procedure.
(nar-herder-shepherd-services): Pass the environment variables to the
shepherd.
* doc/guix.texi (Guix Services): Document it.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 09763d86ab..60972f408d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -37803,6 +37803,9 @@ Number of cached nars to generate at a time.
 Location to fetch nars from when computing cached compressions.  By
 default, the storage location will be used.
 
+@item @code{extra-environment-variables} (default: @code{'()})
+Extra environment variables to set via the shepherd service.
+
 @end table
 @end deftp