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

View File

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