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) | |
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 ac6c11949f5..78c1c09858b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -27928,6 +27928,9 @@ Location of the log file. | |||
| 27928 | @item @code{publish-port} (default: @code{5558}) | 27928 | @item @code{publish-port} (default: @code{5558}) |
| 27929 | The TCP port of the publish server. It defaults to @code{5558}. | 27929 | The TCP port of the publish server. It defaults to @code{5558}. |
| 27930 | 27930 | ||
| 27931 | @item @code{substitute-urls} (default: @code{%default-substitute-urls}) | ||
| 27932 | The list of URLs where to look for substitutes by default. | ||
| 27933 | |||
| 27931 | @item @code{public-key} | 27934 | @item @code{public-key} |
| 27932 | @item @code{private-key} | 27935 | @item @code{private-key} |
| 27933 | Use the specific @var{file}s as the public/private key pair used to sign | 27936 | Use the specific @var{file}s as the public/private key pair used to sign |
