Skip to content

Commit 3b82416

Browse files
committed
doc: remove Carls substitute server from Guix docs
This no-longer exists. Use one of the other Guix servers in the example.
1 parent f1d78a3 commit 3b82416

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

contrib/guix/README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

376370
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
382376
https://ci.guix.gnu.org is automatically used unless the `--no-substitutes` flag
383377
is 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

388382
Change the **default list** of substitute servers by starting `guix-daemon` with
389383
the `--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

395389
Override 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

402396
For scripts under `./contrib/guix`, set the `SUBSTITUTE_URLS` environment
403397
variable:
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

Comments
 (0)