cpu/intel: early KMS
This commit is contained in:
parent
b10d7a40b8
commit
2526dcbe61
|
@ -1,6 +1,8 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.initrd.kernelModules = [ "i915" ];
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue