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

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

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

  tianocore.enable = true;
}