about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-07-23 16:57:10 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-07-23 16:57:10 +0200
commit50ee1477f1891afd614034f6c0700c6191b0c365 (patch)
tree5896aca495845443f4040e7ad3be7fdcf67904c4 /machines/default.nix
parent065f4bd6d5ad078175cc25aa130ab4d854e80bbc (diff)
Add new machine "brawndo" to the managed machines
This one more or less shares the same profile as "notsure", but I'm too
lazy right now to consolidate and/or modularize everything properly.

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 598c9b7d..2d99ddaa 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -8,6 +8,7 @@ with import ../lib;
     kzerza    = callMachine ./aszlig/kzerza.nix {};
     tishtushi = callMachine ./aszlig/tishtushi.nix {};
     managed = {
+      brawndo = callMachine ./aszlig/managed/brawndo.nix {};
       notsure = callMachine ./aszlig/managed/notsure.nix {};
       tyree   = callMachine ./aszlig/managed/tyree.nix {};
     };