virtualisation: generalize for intel CPUs by adding intel_iommu to kernelParams
This commit is contained in:
parent
895cdc30b9
commit
2c53b3c3b1
|
@ -14,6 +14,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
boot.kernelParams = [
|
||||
"amd_iommu=on"
|
||||
"intel_iommu=on"
|
||||
"iommu=pt"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue