about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/default.nix b/machines/default.nix
index b2445cdc..84d70423 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -24,6 +24,9 @@ in {
     heinrich = callMachine ./labnet/heinrich.nix;
     labtop   = callMachine ./labnet/labtop.nix;
   };
+  profpatsch = {
+    katara = callMachine ./profpatsch/katara.nix;
+  };
   misc = {
     mailserver = callMachine ./misc/mailserver.nix;
   };