aboutsummaryrefslogtreecommitdiff
path: root/configs/milan/milan-x230t.nix
blob: 019e2209910eb36fa1e2d9abe912acb3c2b2bafd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ ... }:

{
  imports = [
    ./common.nix
    ../boards/x230t.nix
  ];

  corenix.corebootConfig = {
    CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH = "1600";
    CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT = "900";
    CONFIG_CBFS_SIZE = "0x500000";
  };
}