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

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

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

  grub2.enable = true;
}