diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-08-12 14:23:41 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-08-12 14:31:54 +0200 |
commit | 23b5b168ae95aed04cbaa0598449361af3423688 (patch) | |
tree | 9070c5fb630f2e214e7dc343ccedb3e46d0fb0e8 /doc | |
parent | 1314761bbec40d1370d4b038fbfa1fc91a3d1a2c (diff) | |
download | guix-23b5b168ae95aed04cbaa0598449361af3423688.tar.gz |
services: cuirass: Add a substitute-urls argument.
* gnu/services/cuirass.scm (<cuirass-remote-worker-configuration>): Add a substitute-urls field. (cuirass-remote-worker-shepherd-service): Honor it. * doc/guix.texi (Cuirass remote building): 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 ac6c11949f..78c1c09858 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -27928,6 +27928,9 @@ Location of the log file. @item @code{publish-port} (default: @code{5558}) The TCP port of the publish server. It defaults to @code{5558}. +@item @code{substitute-urls} (default: @code{%default-substitute-urls}) +The list of URLs where to look for substitutes by default. + @item @code{public-key} @item @code{private-key} Use the specific @var{file}s as the public/private key pair used to sign |