about summary refs log tree commit diff
path: root/machines/default.nix
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 /machines/default.nix
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 'machines/default.nix')
-rw-r--r--machines/default.nix4
1 files changed, 2 insertions, 2 deletions
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 {};