diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-28 18:15:49 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-28 21:58:25 +0100 |
commit | b0b9f6e0a62852a0b4d0a86d9e8427dd7d36a714 (patch) | |
tree | 3760dd6b5ac76be5ddced87ab28efa1b235ea8a1 /doc | |
parent | 7191adc5cf864d75debcc618937b7a6292491445 (diff) | |
download | guix-b0b9f6e0a62852a0b4d0a86d9e8427dd7d36a714.tar guix-b0b9f6e0a62852a0b4d0a86d9e8427dd7d36a714.tar.gz |
services: 'guix-configuration' has a 'substitute-urls' field.
* gnu/services/base.scm (<guix-configuration>)[substitute-urls]: New
field.
(guix-dmd-service): Honor it.
* doc/guix.texi (Base Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4fbe057614..0a3827911b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6217,6 +6217,9 @@ Whether to authorize the substitute key for @code{hydra.gnu.org} @item @code{use-substitutes?} (default: @code{#t}) Whether to use substitutes. +@item @code{substitute-urls} (default: @var{%default-substitute-urls}) +The list of URLs where to look for substitutes by default. + @item @code{extra-options} (default: @code{'()}) List of extra command-line options for @command{guix-daemon}. |