0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos: Rename virtualbox to virtualboxGuest.

Especially new users could be confused by this, so we're now marking
services.virtualbox.enable as obsolete and defaulting to
services.virtualboxGuest.enable instead. I believe this now makes it
clear, that this option is for guest additions only.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-11-27 18:07:54 +01:00
parent 77ff279f27
commit 444987193e
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961
5 changed files with 8 additions and 5 deletions

View file

@ -128,6 +128,6 @@ in {
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
services.virtualbox.enable = true;
services.virtualboxGuest.enable = true;
};
}