about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-06-05 18:21:56 +0200
committerProfpatsch <mail@profpatsch.de>2018-06-05 18:22:56 +0200
commitc994b9e74a2b37dd9e9ef55565098c1e1fbce463 (patch)
tree0360ebc7c7add3f075c18463dfc43bb2a7e1e1f9 /doc
parent12cda91cf3a6cb3c08216e64f878e580530093ac (diff)
machines: rename labnet to openlab
The namespace was kind of hard to remember, so let’s just call it openlab.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/install.xml b/doc/install.xml
index b181dac7..c66a365e 100644
--- a/doc/install.xml
+++ b/doc/install.xml
@@ -21,8 +21,8 @@
   </para>
 
   <para>
-    So let's say you want to install the machine <literal>labtop</literal> which
-    has the channel attribute <literal>channels.machines.labnet.labtops.labtop</literal>
+    So let's say you want to install the machine <literal>hannswurscht</literal> which
+    has the channel attribute <literal>channels.machines.openlab.hannswurscht</literal>
   </para>
 
   <para>
@@ -33,7 +33,7 @@
     <command>
 <screen>
 nix-channel --add <link
-  xlink:href="&hydra.channelbase;/channels.machines.labnet.labtop"/> vuizvui
+  xlink:href="&hydra.channelbase;/channels.machines.openlab.hannswurscht"/> vuizvui
 nix-channel --remove nixos  # otherwise it will interfere with the rebuild
 nix-channel --update
 </screen>
@@ -55,10 +55,10 @@ nix-channel --update
     <filename>/etc/nixos/configuration.nix</filename>:
   </para>
 
-  <screen><code language="nix">(import &lt;vuizvui/machines&gt;).labnet.labtop.config</code></screen>
+  <screen><code language="nix">(import &lt;vuizvui/machines&gt;).openlab.hannswurscht.config</code></screen>
 
   <para>
-    Of course you need to replace <literal>labnet.labtop</literal> with the
+    Of course you need to replace <literal>openlab.hannswurscht</literal> with the
     attribute of your machine.
   </para>