mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-02 11:23:57 -05:00
8 lines
116 B
Nix
8 lines
116 B
Nix
{
|
|
virtualisation.virtualbox = {
|
|
host = {
|
|
enable = true;
|
|
addNetworkInterface = true;
|
|
};
|
|
};
|
|
}
|