mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-28 16:57:59 -04:00
8 lines
116 B
Nix
8 lines
116 B
Nix
{
|
|
virtualisation.virtualbox = {
|
|
host = {
|
|
enable = true;
|
|
addNetworkInterface = true;
|
|
};
|
|
};
|
|
}
|