about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--common-workstation.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/common-workstation.nix b/common-workstation.nix
index d795f786..3c8005fb 100644
--- a/common-workstation.nix
+++ b/common-workstation.nix
@@ -6,7 +6,6 @@ in {
   imports = [
     ./common.nix
     ./packages.nix
-    <nixpkgs/nixos/modules/programs/virtualbox.nix>
   ];
 
   boot.kernelParams = [ "zswap.enabled=1" ];
@@ -94,6 +93,8 @@ in {
         ATTRS{idProduct}=="6001", OWNER="aszlig" # Enttec
     '';
 
+    virtualboxHost.enable = true;
+
     xserver = {
       enable = true;
       layout = "dvorak";