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