5 lines
101 B
Nix
5 lines
101 B
Nix
{
|
|
boot.kernelModules = mkDefault [ "kvm-intel" ];
|
|
services.xserver.videoDrivers = [ "intel" ];
|
|
}
|