1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

cpu/intel: early KMS

This commit is contained in:
Yegor Timoshenko 2018-08-25 13:55:35 +03:00
parent b10d7a40b8
commit 2526dcbe61

View file

@ -1,6 +1,8 @@
{ lib, pkgs, ... }:
{
boot.initrd.kernelModules = [ "i915" ];
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
hardware.opengl.extraPackages = with pkgs; [