nixos/virtualbox: Note about "vboxusers" group.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
a199eedfce
commit
245baeb2f6
@ -12,7 +12,18 @@ in
|
|||||||
|
|
||||||
{
|
{
|
||||||
options.services.virtualboxHost = {
|
options.services.virtualboxHost = {
|
||||||
enable = mkEnableOption "VirtualBox Host support";
|
enable = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = false;
|
||||||
|
description = ''
|
||||||
|
Whether to enable host-side support for VirtualBox.
|
||||||
|
|
||||||
|
<note><para>
|
||||||
|
In order to pass USB devices from the host to the guests, the user
|
||||||
|
needs to be in the <literal>vboxusers</literal> group.
|
||||||
|
</para></note>
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
addNetworkInterface = mkOption {
|
addNetworkInterface = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user