mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-03 08:32:38 -05:00
Add virtualbox
This commit is contained in:
parent
ce1910d0b8
commit
251befbdf5
1 changed files with 6 additions and 0 deletions
|
|
@ -26,4 +26,10 @@
|
||||||
module.hobbies.enable = true;
|
module.hobbies.enable = true;
|
||||||
|
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
|
virtualisation.virtualbox.host = {
|
||||||
|
enableKvm = true;
|
||||||
|
enable = true;
|
||||||
|
addNetworkInterface = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue