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:
@@ -6,7 +6,7 @@ with lib;
|
||||
|
||||
let
|
||||
|
||||
cfg = config.services.virtualbox;
|
||||
cfg = config.services.virtualboxGuest;
|
||||
kernel = config.boot.kernelPackages;
|
||||
|
||||
in
|
||||
@@ -17,7 +17,7 @@ in
|
||||
|
||||
options = {
|
||||
|
||||
services.virtualbox = {
|
||||
services.virtualboxGuest = {
|
||||
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
|
||||
Reference in New Issue
Block a user