@@ -365,12 +365,6 @@ Where `<PREFIX>` is likely:
365
365
- ` /usr/local ` if you installed Guix from source and didn't supply any
366
366
prefix-modifying flags to Guix's ` ./configure `
367
367
368
- For dongcarl's substitute server at https://guix.carldong.io , run as root:
369
-
370
- ``` sh
371
- wget -qO- ' https://guix.carldong.io/signing-key.pub' | guix archive --authorize
372
- ```
373
-
374
368
#### Removing authorized keys
375
369
376
370
To remove previously authorized keys, simply edit ` /etc/guix/acl ` and remove the
@@ -382,28 +376,28 @@ Once its key is authorized, the official Guix build farm at
382
376
https://ci.guix.gnu.org is automatically used unless the ` --no-substitutes ` flag
383
377
is supplied. This default list of substitute servers is overridable both on a
384
378
` guix-daemon ` level and when you invoke ` guix ` commands. See examples below for
385
- the various ways of adding dongcarl's substitute server after having [ authorized
386
- his signing key] ( #step-1-authorize-the-signing-keys ) .
379
+ the various ways of adding a substitute server after having [ authorized
380
+ its signing key] ( #step-1-authorize-the-signing-keys ) .
387
381
388
382
Change the ** default list** of substitute servers by starting ` guix-daemon ` with
389
383
the ` --substitute-urls ` option (you will likely need to edit your init script):
390
384
391
385
``` sh
392
- guix-daemon < cmd> --substitute-urls=' https://guix.carldong.io https://ci.guix.gnu.org'
386
+ guix-daemon < cmd> --substitute-urls=' https://bordeaux. guix.gnu.org https://ci.guix.gnu.org'
393
387
```
394
388
395
389
Override the default list of substitute servers by passing the
396
390
` --substitute-urls ` option for invocations of ` guix ` commands:
397
391
398
392
``` sh
399
- guix < cmd> --substitute-urls=' https://guix.carldong.io https://ci.guix.gnu.org'
393
+ guix < cmd> --substitute-urls=' https://bordeaux. guix.gnu.org https://ci.guix.gnu.org'
400
394
```
401
395
402
396
For scripts under ` ./contrib/guix ` , set the ` SUBSTITUTE_URLS ` environment
403
397
variable:
404
398
405
399
``` sh
406
- export SUBSTITUTE_URLS=' https://guix.carldong.io https://ci.guix.gnu.org'
400
+ export SUBSTITUTE_URLS=' https://bordeaux. guix.gnu.org https://ci.guix.gnu.org'
407
401
```
408
402
409
403
## Option 2: Disabling substitutes on an ad-hoc basis
0 commit comments