This website requires JavaScript.
Explore
Help
Sign In
aires
/
nixos-hardware
Watch
1
Star
0
Fork
You've already forked nixos-hardware
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
6e9617a733
nixos-hardware
/
lenovo
/
thinkpad
/
x1
/
default.nix
9 lines
107 B
Nix
Raw
Normal View
History
Unescape
Escape
Add basic support for 6th-gen X1
2018-05-31 09:56:43 -04:00
{
imports
=
[
../.
../../../common/cpu/intel
]
;
thinkpad/x1: enable Intel IOMMU
2022-01-10 03:47:30 -05:00
boot
.
kernelParams
=
[
"
i
n
t
e
l
_
i
o
m
m
u
=
o
n
"
]
;
Add basic support for 6th-gen X1
2018-05-31 09:56:43 -04:00
}
Reference in a new issue
Copy permalink