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:
commit
c9ede9e731
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@
|
||||||
../.
|
../.
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.kernelParams = [ "intel_iommu=on" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue