mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
thinkpad/intel: drop mkDefault, fixes #33
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
boot.kernelModules = mkDefault [ "kvm-intel" ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user