diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-21 14:57:02 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-22 15:25:55 -0500 |
commit | 93d32da9f8bba815b1effe6358904b5e1f9c73ff (patch) | |
tree | 09c06ddb1c7b7fb2403587139dc6303f7289d5d0 /doc | |
parent | 8923441951133c33ab0ef5ae1031559eba3268fd (diff) | |
download | patches-93d32da9f8bba815b1effe6358904b5e1f9c73ff.tar patches-93d32da9f8bba815b1effe6358904b5e1f9c73ff.tar.gz |
services: guix: Support using an HTTP proxy.
* gnu/services/base.scm (<guix-configuration>)[http-proxy]: New field.
(guix-shepherd-service): Use 'http-proxy' in #:environment-variables.
* doc/guix.texi (Base Services)[guix-configuration]: Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6cdb5e592b..19a31c659a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8611,6 +8611,10 @@ are written. @item @code{lsof} (default: @var{lsof}) The lsof package to use. +@item @code{http-proxy} (default: @code{#f}) +The HTTP proxy used for downloading fixed-output derivations and +substitutes. + @end table @end deftp |