From 50ee1477f1891afd614034f6c0700c6191b0c365 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 23 Jul 2016 16:57:10 +0200 Subject: 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 --- machines/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/default.nix') 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 {}; }; -- cgit 1.4.1