fix for virtualbox not working

This commit is contained in:
Clara Dautermann 2025-05-29 14:49:48 +02:00
parent 7ce9d2beb6
commit efac5fea16
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -22,7 +22,7 @@
boot.initrd.kernelModules = [ "amdgpu" "coretemp" ];
boot.kernelParams = [ "intel_iommu=on" ];
boot.kernelParams = [ "intel_iommu=on" "kvm.enable_virt_at_load=0" ];
boot.supportedFilesystems = [ "nfs" ];