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