mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +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
|
@ -32,6 +32,8 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
environment.systemPackages = [ ];
|
||||
|
||||
boot.extraModulePackages = [ pkgs.linuxPackages.virtualboxGuestAdditions ];
|
||||
|
||||
jobs.virtualbox =
|
||||
{ description = "VirtualBox service";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue