removed iommu from workstation

This commit is contained in:
Bryan Ramos 2025-02-25 16:14:48 -05:00
parent 752e0ffc71
commit e2e3b21c4c
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -9,7 +9,7 @@
kernelModules = [ "dm-snapshot" ];
};
extraModulePackages = [ ];
kernelParams = [ "intel_iommu=on" ];
kernelParams = [ "intel_iommu=off" ];
kernelModules = [ "kvm-intel" "virtio" "vfio-pci" "coretemp" ];
};