mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
Merge pull request #358 from brandonweeks/iommu
thinkpad/x1: enable Intel IOMMU
This commit is contained in:
commit
c9ede9e731
|
|
@ -3,4 +3,6 @@
|
|||
../.
|
||||
../../../common/cpu/intel
|
||||
];
|
||||
|
||||
boot.kernelParams = [ "intel_iommu=on" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue