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