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

{
  imports = [
    ./milan.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;
}