1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

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; [