mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
make the virtualbox guest module loadable by modprobe.
svn path=/nixos/trunk/; revision=28436
This commit is contained in:
parent
74586fd2bb
commit
96304c9afc
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ in
|
|||
|
||||
environment.systemPackages = [ ];
|
||||
|
||||
boot.extraModulePackages = [ pkgs.linuxPackages.virtualboxGuestAdditions ];
|
||||
|
||||
jobs.virtualbox =
|
||||
{ description = "VirtualBox service";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue