nixos/palace: Set up virtual IOMMU for cellar
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m49s

This commit is contained in:
2023-12-13 11:23:47 +00:00
parent 82b24c3c55
commit 1b853d405c
3 changed files with 6 additions and 2 deletions

View File

@@ -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 = {