mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-12 05:44:11 -04:00
7 lines
120 B
Nix
7 lines
120 B
Nix
{
|
|
virtualisation.virtualbox.host = {
|
|
enable = true;
|
|
enableKvm = true;
|
|
addNetworkInterface = false;
|
|
};
|
|
}
|