aboutsummaryrefslogtreecommitdiff
path: root/configs/milan/milan-x230-fhd.nix
blob: 441a2f5612d18c24f3466f37a9441f64f9340c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }:

{
  imports = [ ./common.nix ../boards/x230-fhd ];

  corenix.corebootConfig = {
    CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH = "1920";
    CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT = "1080";
    CONFIG_CBFS_SIZE = "0x6f0000";
  };

  tianocore.enable = true;
}