about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-11-08 13:23:15 +0100
committerProfpatsch <mail@profpatsch.de>2019-11-09 19:40:07 +0100
commit2d2e5bc92732ed6cdc050cff1b34b4534ef55393 (patch)
tree7a0f16eb2921abe9f73e20e56b2ac5018c778839 /doc
parent8174e4dbe7636dfd52685b6dd54de02ad5eed93f (diff)
machines/openlab/hannswurscht: remove machine
The 32-bit Hannstar Laptop was replaced by a Raspi with Raspian.

Removing the config means we don’t have to build any 32-bit software
in vuizvui anymore.
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 c66a365e..88a0838f 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>hannswurscht</literal> which
-    has the channel attribute <literal>channels.machines.openlab.hannswurscht</literal>
+    So let's say you want to install the machine <literal>schnurrkadse</literal> which
+    has the channel attribute <literal>channels.machines.sternenseemann.schnurrkadse</literal>
   </para>
 
   <para>
@@ -33,7 +33,7 @@
     <command>
 <screen>
 nix-channel --add <link
-  xlink:href="&hydra.channelbase;/channels.machines.openlab.hannswurscht"/> vuizvui
+  xlink:href="&hydra.channelbase;/channels.machines.sternenseemann.schnurrkadse"/> 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;).openlab.hannswurscht.config</code></screen>
+  <screen><code language="nix">(import &lt;vuizvui/machines&gt;).sternenseemann.schnurrkadse.config</code></screen>
 
   <para>
-    Of course you need to replace <literal>openlab.hannswurscht</literal> with the
+    Of course you need to replace <literal>sternenseemann.schnurrkadse</literal> with the
     attribute of your machine.
   </para>