about summary refs log tree commit diff
path: root/network.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-13 03:25:09 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-13 03:28:38 +0200
commitda03760eeb325a48e2fd743af3e7e89cfd204390 (patch)
tree7da8d422546e6020f49f5735bc7a2691b749df94 /network.nix
parent0e8cf712a4bef500762bef8d3277d9a199256997 (diff)
machines: Add new configuration for 'tishtushi'.
At the moment, this configuration is only preliminary and we still need
to refine hardware configuration and of course the kernel configuration.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'network.nix')
-rw-r--r--network.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/network.nix b/network.nix
index 709c2c18..038f9e73 100644
--- a/network.nix
+++ b/network.nix
@@ -3,4 +3,5 @@
   mmrnmhrm = import ./machines/mmrnmhrm.nix;
   arilou = import ./machines/arilou.nix;
   kzerza = import ./machines/kzerza.nix;
+  tishtushi = import ./machines/tishtushi.nix;
 }