about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-08 22:51:16 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-08 22:51:16 +0200
commit5560ace9d8c69dfc6b9a6e7f776cc4bb4715b47e (patch)
treef827ac8c00a5b73e337169e2355359dc829839ac /machines/default.nix
parentd18fed3f646972129c8229fb37aa346d573eab24 (diff)
machines/labtops: don’t build full config
Only some machines should get the full config (with all packages).
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/machines/default.nix b/machines/default.nix
index ca52db7b..598c9b7d 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -13,9 +13,7 @@ with import ../lib;
     };
   };
   labnet = {
-    labtops = callNetwork ./labnet/labtops.nix {
-      vuizvui.user.openlab.labtops.enable = true;
-    };
+    labtops = callNetwork ./labnet/labtops.nix {};
   };
   profpatsch = {
     katara = callMachine ./profpatsch/katara.nix {};