virtualbox: add pointer to related nix options

This commit is contained in:
Aroun 2023-03-21 23:38:09 +05:30
parent 9745d185b0
commit 91a1291d2b

View File

@ -229,6 +229,12 @@ in stdenv.mkDerivation {
meta = {
description = "PC emulator";
longDescription = ''
VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use.
To install on NixOS, please use the option `virtualisation.virtualbox.host.enable = true`.
Please also check other options under `virtualisation.virtualbox`.
'';
sourceProvenance = with lib.sourceTypes; [
fromSource
binaryNativeCode