virtualisation: generalize for intel CPUs by adding intel_iommu to kernelParams

This commit is contained in:
teutat3s 2022-04-30 15:15:29 +02:00
parent 895cdc30b9
commit 2c53b3c3b1
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -14,6 +14,7 @@ in
config = mkIf cfg.enable {
boot.kernelParams = [
"amd_iommu=on"
"intel_iommu=on"
"iommu=pt"
];