mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44: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;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
"hosts/common/optional/bluetooth.nix"
|
"hosts/common/optional/bluetooth.nix"
|
||||||
"hosts/common/optional/pentesting.nix"
|
"hosts/common/optional/pentesting.nix"
|
||||||
"hosts/common/optional/gaming.nix"
|
"hosts/common/optional/gaming.nix"
|
||||||
|
"hosts/common/optional/vbox.nix"
|
||||||
"modules/services/ollama"
|
"modules/services/ollama"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue