me
/
guix
Archived
1
0
Fork 0

doc: cookbook: Update Tor onion service name.

* doc/guix-cookbook.texi: New variable.
(Getting substitutes from Tor): Use it.
master
Ludovic Courtès 2022-03-18 22:23:22 +01:00
parent de3cd060cc
commit 27c273ec89
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 2 deletions

View File

@ -7,6 +7,9 @@
@settitle GNU Guix Cookbook @settitle GNU Guix Cookbook
@c %**end of header @c %**end of header
@c Onion service for ci.guix.gnu.org.
@set SUBSTITUTE-TOR-URL https://4zwzi66wwdaalbhgnix55ea3ab4pvvw66ll2ow53kjub6se4q2bclcyd.onion
@copying @copying
Copyright @copyright{} 2019 Ricardo Wurmus@* Copyright @copyright{} 2019 Ricardo Wurmus@*
Copyright @copyright{} 2019 Efraim Flashner@* Copyright @copyright{} 2019 Efraim Flashner@*
@ -2354,7 +2357,8 @@ follow:
config => (guix-configuration config => (guix-configuration
(inherit config) (inherit config)
;; ci.guix.gnu.org's Onion service ;; ci.guix.gnu.org's Onion service
(substitute-urls "https://bp7o7ckwlewr4slm.onion") (substitute-urls
"@value{SUBSTITUTE-TOR-URL}")
(http-proxy "http://localhost:9250"))))))) (http-proxy "http://localhost:9250")))))))
@end lisp @end lisp
@ -2372,7 +2376,8 @@ want to get a substitute from the Tor tunnel run:
@example @example
sudo herd set-http-proxy guix-daemon http://localhost:9250 sudo herd set-http-proxy guix-daemon http://localhost:9250
guix build --substitute-urls=https://bp7o7ckwlewr4slm.onion … guix build \
--substitute-urls=@value{SUBSTITUTE-TOR-URL} @dots{}
@end example @end example
@node Setting up NGINX with Lua @node Setting up NGINX with Lua