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

{
  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;
}