thinkpad/intel: drop mkDefault, fixes #33

This commit is contained in:
Yegor Timoshenko 2017-12-24 00:46:26 +00:00
parent 3c9f432a71
commit b8ab6ab37f
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210

View file

@ -1,4 +1,4 @@
{
boot.kernelModules = mkDefault [ "kvm-intel" ];
boot.kernelModules = [ "kvm-intel" ];
services.xserver.videoDrivers = [ "intel" ];
}