about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/default.nix b/machines/default.nix
index 11335a14..13cf8f6e 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -27,7 +27,9 @@ in {
     };
   };
   labnet = {
-    labtops = import ./labnet/labtop.nix { inherit (nixpkgs) lib; };
+    labtops = callMachines ./labnet/labtop.nix {
+      extraConfig.vuizvui.user.openlab.labtops.enable = true;
+    };
   };
   profpatsch = {
     katara = callMachine ./profpatsch/katara.nix {};