Skip to content

Commit

Permalink
cpu/intel: early KMS
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Aug 25, 2018
1 parent b10d7a4 commit 2526dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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; [
Expand Down

0 comments on commit 2526dcb

Please sign in to comment.