I have these lines in my configuration.nix file:
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enableKvm = true;
virtualisation.virtualbox.host.addNetworkInterface = false;
virtualisation.virtualbox.host.enableExtensionPack = true;
I also have my user account added to vboxusers. Yet, while VirtualBox itself starts fine. Individual virtual machines give an execution error whenever I launch them. I’ve also noticed that the vboxnet0 service fails on start. When I wake up later today, I plan on debugging this on NixOS with your help. I am just hoping yous can leave me instructions for what I should do to help you debug this. Naturally, I’ll run systemctl status vboxnet0 for you. Any other commands you’d like? dmesg I’d imagine will be helpful. Any others?