about summary refs log tree commit diff
path: root/network.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-07-25 16:10:56 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-07-25 16:10:56 +0200
commit88d4697fada799ca9c8a56ee244349744c336145 (patch)
tree27c167118850cfcd64b19a216e1116aa8b01006a /network.nix
parent6552bb1fa4796dbdb0a5537d21ffb9297857bd90 (diff)
machines: Add arilou, an USB pendrive machine.
I was keeping this one around for some time, but it's really time to
finally add it to my nixconf repository so Hydra builds the machine as
well.

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 820e2554..83d2507c 100644
--- a/network.nix
+++ b/network.nix
@@ -1,4 +1,5 @@
 {
   dnyarri = import ./machines/dnyarri.nix;
   mmrnmhrm = import ./machines/mmrnmhrm.nix;
+  arilou = import ./machines/arilou.nix;
 }