1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00

thinkpad/x1: enable Intel IOMMU

This commit is contained in:
Brandon Weeks 2022-01-10 00:47:30 -08:00
parent 6fbaa46f15
commit 6bdf6d3cda

View File

@ -3,4 +3,6 @@
../. ../.
../../../common/cpu/intel ../../../common/cpu/intel
]; ];
boot.kernelParams = [ "intel_iommu=on" ];
} }