Merge pull request #75 from NixOS/20180825.135451/early-kms

cpu/intel: early KMS
This commit is contained in:
Yegor Timoshenko 2018-08-28 01:17:38 +03:00 committed by GitHub
commit cfc72f6c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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