thinkpad-nixos: Enable IOMMU

This commit is contained in:
traxys 2023-03-29 10:47:22 +02:00
parent 8a3888d51d
commit 0694d8db6f

View file

@ -13,6 +13,8 @@
efi.canTouchEfiVariables = true;
};
boot.kernelParams = ["intel_iommu=on" "iommu=pt"];
networking = {
hostName = "thinkpad-nixos";
interfaces = {