about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-10 01:48:12 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-10 01:48:12 +0100
commit547306d8924961814cab2c65be53457f715c2454 (patch)
tree638b333e8fc0a425f1f6c4a13cb1753598334b84 /machines/default.nix
parent8a63962a35768f52b416dd6cd4fc8f78bb34ae95 (diff)
machines: Add a new managed machine "notsure".
I've added a "managed" namespace here, which should include all machines
that are not my own but I manage for other people.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/default.nix b/machines/default.nix
index b8986f43..9ec4a207 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -67,6 +67,9 @@ in {
     arilou    = callMachine ./aszlig/arilou.nix;
     kzerza    = callMachine ./aszlig/kzerza.nix;
     tishtushi = callMachine ./aszlig/tishtushi.nix;
+    managed = {
+      notsure = callMachine ./aszlig/managed/notsure.nix;
+    };
   };
   labnet = {
     heinrich = callMachine ./labnet/heinrich.nix;