From 86c5f5eb49fbc9ad17811a9aecc501af66116552 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 13 Jan 2016 09:06:56 +0100 Subject: machines: Add new managed machine "tyree" Currently this is just a somewhat basic configuration, because the hardware (an ASUS T100HA) is going to get us in trouble. For example right now not even the display is working correctly, neither is WiFi, but we're going to fix that real soon[TM] :-) The configuration is pretty much based on the "haenk" config, which this machine will replace once everything is working. Signed-off-by: aszlig --- machines/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index 60f4a05f..7c0ed379 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -12,6 +12,7 @@ in { managed = { haenk = callMachine ./aszlig/managed/haenk.nix {}; notsure = callMachine ./aszlig/managed/notsure.nix {}; + tyree = callMachine ./aszlig/managed/tyree.nix {}; }; }; labnet = { -- cgit 1.4.1