nixos/palace: Set up virtual IOMMU for cellar
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m49s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m49s
This commit is contained in:
@@ -113,6 +113,10 @@
|
||||
hostBDF = "43:00.0";
|
||||
};
|
||||
};
|
||||
qemuFlags = [
|
||||
"machine kernel-irqchip=split"
|
||||
"device intel-iommu,caching-mode=on,device-iotlb=on,intremap=on"
|
||||
];
|
||||
};
|
||||
|
||||
river = {
|
||||
|
Reference in New Issue
Block a user