1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-23 11:29:42 +01:00

Merge pull request #358 from brandonweeks/iommu

thinkpad/x1: enable Intel IOMMU
This commit is contained in:
Jörg Thalheim 2022-01-10 15:01:46 +00:00 committed by GitHub
commit c9ede9e731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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