From 8b314efd50742a37fc157f623148d3e4e587c09d Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 7 Jan 2023 19:12:30 +0100 Subject: services: base: Add environment support to guix-configuration. * gnu/services/base.scm ()[extra-env]: New field. (guix-shepherd-service): Honor it. * doc/guix.texi (Base Services): Document it. --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 293c3016aa..695770bd12 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -18482,6 +18482,10 @@ herd set-http-proxy guix-daemon @item @code{tmpdir} (default: @code{#f}) A directory path where the @command{guix-daemon} will perform builds. +@item @code{environment} (default: @code{'()}) +Environment variables to be set before starting the daemon, as a list of +@code{key=value} strings. + @end table @end deftp -- cgit v1.2.3