diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2022-01-09 19:15:44 +0000 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-01-10 16:33:03 +0100 |
| commit | 023508df4804dbd9f39cb197525f166bc259f995 (patch) | |
| tree | 81637aaf4e58671a400fde6760b51e758a00a49c /README.org | |
| parent | 458fb69acf9e4f663776c896b32ad5be55068d17 (diff) | |
README.org: Explain how reconfigure the first time while using
substitutes.
* README.org (** Substitutes for nonguix): Explain how to authorize and
reconfigure when starting to use substitutes.nonguix.org.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -221,6 +221,17 @@ Alternatively, you can replace ~(local-file "./signing-key.pub")~ by: | |||
| 221 | "<contents of signing-key.pub>") | 221 | "<contents of signing-key.pub>") |
| 222 | #+END_SRC | 222 | #+END_SRC |
| 223 | 223 | ||
| 224 | Guix System will only use the substitution server after it has been | ||
| 225 | reconfigured. The substitution server will therefore by default not | ||
| 226 | be used the first time you run ~guix system reconfigure~ after adding | ||
| 227 | the substitution server. It is therefore recommended to explicitly | ||
| 228 | specify the use of the substitution server the first time | ||
| 229 | you reconfigure your system: | ||
| 230 | #+BEGIN_SRC sh | ||
| 231 | sudo guix archive --authorize < signing-key.pub | ||
| 232 | sudo guix system reconfigure /etc/config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org' | ||
| 233 | #+END_SRC | ||
| 234 | |||
| 224 | Check out the [[https://guix.gnu.org/manual/en/html_node/Substitutes.html][chapter on substitutes]] | 235 | Check out the [[https://guix.gnu.org/manual/en/html_node/Substitutes.html][chapter on substitutes]] |
| 225 | in the Guix manual for more details. | 236 | in the Guix manual for more details. |
| 226 | 237 | ||
