From e496f959618a476742d712768c19cce7bef9ae4a Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 27 Nov 2014 19:23:43 +0100 Subject: common-workstation: Fix VirtualBox host setting. We no longer need to import .../programs/virtualbox.nix anymore, so let's switch to the module option. Signed-off-by: aszlig --- common-workstation.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - ]; boot.kernelParams = [ "zswap.enabled=1" ]; @@ -94,6 +93,8 @@ in { ATTRS{idProduct}=="6001", OWNER="aszlig" # Enttec ''; + virtualboxHost.enable = true; + xserver = { enable = true; layout = "dvorak"; -- cgit 1.4.1