about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-13 09:06:56 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-13 09:09:59 +0100
commit86c5f5eb49fbc9ad17811a9aecc501af66116552 (patch)
treeb74c16d939eb15a184f349cb29093aa88b4096b5 /machines/default.nix
parent3f3001f1a9de37617e2012dda6681b38d39bd837 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix1
1 files changed, 1 insertions, 0 deletions
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 = {