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
1 changed files with 2 additions and 0 deletions

View File

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