thinkpad/intel: drop mkDefault, fixes #33
This commit is contained in:
parent
3c9f432a71
commit
b8ab6ab37f
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
boot.kernelModules = mkDefault [ "kvm-intel" ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue