about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-27 14:18:48 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-27 14:18:48 +0100
commitc3a53309e286bc373d736e547f26e4757fff4914 (patch)
tree04f35ec1ae594f40bc595824bb08d3c16fb9f024 /machines/default.nix
parentae679d33f6d812fd16049e5c06139d309386c38d (diff)
machines/aszlig: Add managed machine "haenk"
Another machine I manage for someone else, currently nothing too fancy
or complex here yet, except that it's very old hardware.

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 9c5a17a6..60f4a05f 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -10,6 +10,7 @@ in {
     kzerza    = callMachine ./aszlig/kzerza.nix {};
     tishtushi = callMachine ./aszlig/tishtushi.nix {};
     managed = {
+      haenk   = callMachine ./aszlig/managed/haenk.nix {};
       notsure = callMachine ./aszlig/managed/notsure.nix {};
     };
   };