mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-17 16:39:40 +01:00
7 lines
111 B
Nix
7 lines
111 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
boot.kernelModules = mkDefault [ "kvm-intel" ];
|
||
|
services.xserver.videoDrivers = [ "intel" ];
|
||
|
}
|