about summary refs log tree commit diff
path: root/machines/labnet
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-08 21:37:35 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-08 21:38:08 +0200
commit02cbf82250e5923a4876f75b94e4b76c6bb9a6a9 (patch)
tree1c722c938db7280856903ca57eab3e4c38520e2a /machines/labnet
parent142a2ecd0766482fe72e6b50277c5b42294de0ef (diff)
modules/openlab: factor out base configuration
Diffstat (limited to 'machines/labnet')
-rw-r--r--machines/labnet/labtops.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix
index 52643cce..cc524fbd 100644
--- a/machines/labnet/labtops.nix
+++ b/machines/labnet/labtops.nix
@@ -1,5 +1,6 @@
 {
   labtop = {
+    vuizvui.user.openlab.labtops.enable = true;
     boot.kernelModules = [ "kvm-intel" ];
     boot.initrd.availableKernelModules = [
       "uhci_hcd" "ehci_pci" "ata_piix" "firewire_ohci" "usb_storage"
@@ -14,6 +15,7 @@
   };
 
   hannswurscht = {
+    vuizvui.user.openlab.base.enable = true;
     nixpkgs.system = "i686-linux";
   };
 }