Cannot get VirtualBox to work

Hi. I’ve been trying to get VirtualBox to work for weeks. I get the error:

The virtual machine 'windows 11' has terminated unexpectedly during startup with exit code 1 (0x1).
NS_ERROR_FAILURE (0x80004005) - MachineWrap - Machine {e36a5081-a82a-40bd-9e4e-42a44d6ce50f}|

It works on both Windows 10 and Manjaro on the same laptop. I have it declared like this:

  virtualisation.virtualbox.host.enable = true;
  virtualisation.virtualbox.host.enableExtensionPack = true;
  users.extraGroups.vboxusers.members = [ "jcorbalan" ];

It is also not declared as a package.

I have tried it both with docker and without it, purging all virtualbox packages from the store, deleting all config files, and everything i could think of. There are no messages of error on systemd or dmesg that i can see. Trying to run some cli command i get:

❯ vboxconfig
vboxconfig: command not found

❯ vboxmanage
vboxmanage: command not found

❯ vboxdrv   
vboxdrv: command not found

❯ lsmod | grep vbox
vboxnetflt             40960  0
vboxnetadp             32768  0
vboxdrv               667648  2 vboxnetadp,vboxnetflt

Any help would be apreciated, I am a bit lost.