aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/configs/milan/milan-x230t.nix
{ ... }:

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

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