@@ -365,12 +365,6 @@ Where `<PREFIX>` is likely:
365365- ` /usr/local ` if you installed Guix from source and didn't supply any
366366 prefix-modifying flags to Guix's ` ./configure `
367367
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-
374368#### Removing authorized keys
375369
376370To 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
382376https://ci.guix.gnu.org is automatically used unless the ` --no-substitutes ` flag
383377is supplied. This default list of substitute servers is overridable both on a
384378` 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 ) .
387381
388382Change the ** default list** of substitute servers by starting ` guix-daemon ` with
389383the ` --substitute-urls ` option (you will likely need to edit your init script):
390384
391385``` 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'
393387```
394388
395389Override the default list of substitute servers by passing the
396390` --substitute-urls ` option for invocations of ` guix ` commands:
397391
398392``` 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'
400394```
401395
402396For scripts under ` ./contrib/guix ` , set the ` SUBSTITUTE_URLS ` environment
403397variable:
404398
405399``` 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'
407401```
408402
409403## Option 2: Disabling substitutes on an ad-hoc basis
0 commit comments