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
b8ab6ab37f
nixos-hardware
/
lenovo
/
thinkpad
/
intel.nix
5 lines
91 B
Nix
Raw
Normal View
History
Unescape
Escape
Introduce `general-intel.nix` for defaults with Intel CPU The x1xx series relies on a AMD CPU, but all other (currently supported) ThinkPads use an Intel CPU, so `general-intel.nix` is responsible for all Intel defaults.
2017-09-06 04:01:01 -04:00
{
thinkpad/intel: drop mkDefault, fixes #33
2017-12-23 19:46:26 -05:00
boot
.
kernelModules
=
[
"
k
v
m
-
i
n
t
e
l
"
]
;
Introduce `general-intel.nix` for defaults with Intel CPU The x1xx series relies on a AMD CPU, but all other (currently supported) ThinkPads use an Intel CPU, so `general-intel.nix` is responsible for all Intel defaults.
2017-09-06 04:01:01 -04:00
services
.
xserver
.
videoDrivers
=
[
"
i
n
t
e
l
"
]
;
}
Reference in a new issue
Copy permalink