aboutsummaryrefslogtreecommitdiff
path: root/configs/milan-x230t.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/milan-x230t.nix')
-rw-r--r--configs/milan-x230t.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/milan-x230t.nix b/configs/milan-x230t.nix
new file mode 100644
index 000000000000..99d510669042
--- /dev/null
+++ b/configs/milan-x230t.nix
@@ -0,0 +1,15 @@
+{ ... }:
+
+{
+ imports = [
+ ./common.nix
+ ./boards/x230t.nix
+ ];
+
+ corenix.corebootConfig = {
+ CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH = "1600";
+ CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT = "900";
+ };
+
+ grub2.enable = true;
+}