add vbox probably wanna switch to libvirt at some point

This commit is contained in:
TheWanderingCrow 2025-07-15 19:56:30 -04:00
parent f443d7dab7
commit f09574daca
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
virtualisation.virtualbox.host = {
enable = true;
enableKvm = true;
addNetworkInterface = false;
};
}

View file

@ -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"
]) ])
]; ];