summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-08-25 13:55:35 +0300
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-08-25 13:55:35 +0300
commit2526dcbe61bf856c9dc5e3c97e43aa2f7ae41378 (patch)
tree077e10e58770254aa31d8165239e03f0e286b30c /common
parentb10d7a40b864828817f0af36743c6d76a97369a1 (diff)
cpu/intel: early KMS
Diffstat (limited to 'common')
-rw-r--r--common/cpu/intel/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/cpu/intel/default.nix b/common/cpu/intel/default.nix
index 78c824e..05b8c02 100644
--- a/common/cpu/intel/default.nix
+++ b/common/cpu/intel/default.nix
@@ -1,6 +1,8 @@
{ lib, pkgs, ... }:
{
+ boot.initrd.kernelModules = [ "i915" ];
+
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
hardware.opengl.extraPackages = with pkgs; [