make the virtualbox guest module loadable by modprobe.

svn path=/nixos/trunk/; revision=28436
This commit is contained in:
David Guibert 2011-08-09 19:53:01 +00:00
parent 74586fd2bb
commit 96304c9afc
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ in
environment.systemPackages = [ ];
boot.extraModulePackages = [ pkgs.linuxPackages.virtualboxGuestAdditions ];
jobs.virtualbox =
{ description = "VirtualBox service";