fix for virtualbox not working
This commit is contained in:
parent
7ce9d2beb6
commit
efac5fea16
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue