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

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

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

  grub2.enable = true;
  coreinfo.enable = true;
  nvramcui.enable = true;
  tint.enable = true;
}