mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
add vboxsf group (for automatic mounting of shared folders)
This commit is contained in:
parent
9b7ce4a1b5
commit
6961f5048d
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ if (pkgs.stdenv.isi686 || pkgs.stdenv.isx86_64) then
|
|||
|
||||
boot.extraModulePackages = [ kernel.virtualboxGuestAdditions ];
|
||||
|
||||
users.extraGroups = singleton { name = "vboxsf"; };
|
||||
|
||||
jobs.virtualbox =
|
||||
{ description = "VirtualBox service";
|
||||
|
||||
|
|
Loading…
Reference in a new issue