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

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

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

  tianocore.enable = true;
}