aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/configs/milan/milan-x230t.nix
blob: ee3b349916c96f1fa94a6265f19fb435344d3c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:

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

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