mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
vbox
This commit is contained in:
parent
a6a3799581
commit
4e7029da24
1 changed files with 11 additions and 3 deletions
|
|
@ -1,6 +1,14 @@
|
||||||
{
|
{
|
||||||
virtualisation.virtualbox.host = {
|
virtualisation.virtualbox = {
|
||||||
enable = true;
|
host = {
|
||||||
addNetworkInterface = true;
|
enable = true;
|
||||||
|
addNetworkInterface = true;
|
||||||
|
};
|
||||||
|
guest = {
|
||||||
|
enable = true;
|
||||||
|
vboxsf = true;
|
||||||
|
dragAndDrop = true;
|
||||||
|
clipboard = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue