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