about summary refs log tree commit diff
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
parent12cda91cf3a6cb3c08216e64f878e580530093ac (diff)
machines: rename labnet to openlab
The namespace was kind of hard to remember, so let’s just call it openlab.
-rw-r--r--doc/install.xml10
-rw-r--r--machines/default.nix4
-rw-r--r--machines/openlab/buffer.patch (renamed from machines/labnet/buffer.patch)0
-rw-r--r--machines/openlab/hannswurscht.nix (renamed from machines/labnet/hannswurscht.nix)0
-rw-r--r--machines/openlab/manual-setup.md (renamed from machines/labnet/manual-setup.md)0
5 files changed, 7 insertions, 7 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>
 
diff --git a/machines/default.nix b/machines/default.nix
index a9168d84..d15a43f1 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -17,8 +17,8 @@ with import ../lib;
     skunkworks = callMachine devhell/skunkworks.nix {};
     titan      = callMachine devhell/titan.nix {};
   };
-  labnet.labtops = {
-    hannswurscht = callMachine ./labnet/hannswurscht.nix {};
+  openlab = {
+    hannswurscht = callMachine ./openlab/hannswurscht.nix {};
   };
   profpatsch = {
     katara = callMachine ./profpatsch/katara.nix {};
diff --git a/machines/labnet/buffer.patch b/machines/openlab/buffer.patch
index 379b3174..379b3174 100644
--- a/machines/labnet/buffer.patch
+++ b/machines/openlab/buffer.patch
diff --git a/machines/labnet/hannswurscht.nix b/machines/openlab/hannswurscht.nix
index 4ef21bac..4ef21bac 100644
--- a/machines/labnet/hannswurscht.nix
+++ b/machines/openlab/hannswurscht.nix
diff --git a/machines/labnet/manual-setup.md b/machines/openlab/manual-setup.md
index 6e7f1d20..6e7f1d20 100644
--- a/machines/labnet/manual-setup.md
+++ b/machines/openlab/manual-setup.md