summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-09 13:27:00 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-09 13:38:46 +0100
commitfaf0797c0ca8b2bff1887e897e7a769007df4cc7 (patch)
tree92b36d4c3edb558d751d1bfd8fd760dbb2a8d62c /nixos/doc
parentfe28966179502e9b6418aeae03a2122a854243df (diff)
downloadnixlib-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar
nixlib-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.gz
nixlib-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.bz2
nixlib-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.lz
nixlib-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.xz
nixlib-faf0797c0ca8b2bff1887e897e7a769007df4cc7.tar.zst
nixlib-faf0797c0ca8b2bff1887e897e7a769007df4cc7.zip
Use https://cache.nixos.org
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/administration/network-problems.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/doc/manual/administration/network-problems.xml b/nixos/doc/manual/administration/network-problems.xml
index 5ba1bfd5ac9a..3af9cc59742f 100644
--- a/nixos/doc/manual/administration/network-problems.xml
+++ b/nixos/doc/manual/administration/network-problems.xml
@@ -12,9 +12,9 @@ pre-built binary.  That is, whenever a command like
 <command>nixos-rebuild</command> needs a path in the Nix store, Nix
 will try to download that path from the Internet rather than build it
 from source.  The default binary cache is
-<uri>http://cache.nixos.org/</uri>.  If this cache is unreachable, Nix
-operations may take a long time due to HTTP connection timeouts.  You
-can disable the use of the binary cache by adding <option>--option
+<uri>https://cache.nixos.org/</uri>.  If this cache is unreachable,
+Nix operations may take a long time due to HTTP connection timeouts.
+You can disable the use of the binary cache by adding <option>--option
 use-binary-caches false</option>, e.g.
 
 <screen>
@@ -30,4 +30,4 @@ $ nixos-rebuild switch --option binary-caches http://my-cache.example.org/
 
 </para>
 
-</section>
\ No newline at end of file
+</section>