mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-21 16:08:07 +01:00
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>
This commit is contained in:
parent
458fb69acf
commit
023508df48
1 changed files with 11 additions and 0 deletions
11
README.org
11
README.org
|
@ -221,6 +221,17 @@ Alternatively, you can replace ~(local-file "./signing-key.pub")~ by:
|
|||
"<contents of signing-key.pub>")
|
||||
#+END_SRC
|
||||
|
||||
Guix System will only use the substitution server after it has been
|
||||
reconfigured. The substitution server will therefore by default not
|
||||
be used the first time you run ~guix system reconfigure~ after adding
|
||||
the substitution server. It is therefore recommended to explicitly
|
||||
specify the use of the substitution server the first time
|
||||
you reconfigure your system:
|
||||
#+BEGIN_SRC sh
|
||||
sudo guix archive --authorize < signing-key.pub
|
||||
sudo guix system reconfigure /etc/config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
||||
#+END_SRC
|
||||
|
||||
Check out the [[https://guix.gnu.org/manual/en/html_node/Substitutes.html][chapter on substitutes]]
|
||||
in the Guix manual for more details.
|
||||
|
||||
|
|
Loading…
Reference in a new issue