From c994b9e74a2b37dd9e9ef55565098c1e1fbce463 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 5 Jun 2018 18:21:56 +0200 Subject: machines: rename labnet to openlab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The namespace was kind of hard to remember, so let’s just call it openlab. --- machines/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/default.nix') 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 {}; -- cgit 1.4.1