mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
add vbox probably wanna switch to libvirt at some point
This commit is contained in:
parent
f443d7dab7
commit
f09574daca
2 changed files with 8 additions and 0 deletions
7
hosts/common/optional/vbox.nix
Normal file
7
hosts/common/optional/vbox.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
enableKvm = true;
|
||||
addNetworkInterface = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue