about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-12 21:46:36 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-12 21:46:36 +0200
commit218c6422e9d43b68edb86dfbcfd51c5a5ef39724 (patch)
tree52387f4f1f703db83732fcf32d0b2dad362c73b7 /machines/default.nix
parent9d69798ac1fee3c812c1cae9bc6cc8d71cf06e90 (diff)
machines/profpatsch: add legosi
Small Hetzner qemu virtual server.
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/default.nix b/machines/default.nix
index 7f26bef2..00036e8b 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -19,7 +19,8 @@ with import ../lib;
   };
   profpatsch = {
     shiki = callMachine ./profpatsch/shiki.nix {};
-    haku   = callMachine ./profpatsch/haku.nix {};
+    haku = callMachine ./profpatsch/haku.nix {};
+    legosi = callMachine ./profpatsch/legosi.nix {};
     # mikiya = callMachine ./profpatsch/mikiya.nix {};
   };
   misc = {