aboutsummaryrefslogtreecommitdiff
path: root/configs/boards/x1c.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/boards/x1c.nix')
-rw-r--r--configs/boards/x1c.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/boards/x1c.nix b/configs/boards/x1c.nix
index c2a3774dadc2..389c15947de4 100644
--- a/configs/boards/x1c.nix
+++ b/configs/boards/x1c.nix
@@ -1,6 +1,8 @@
{ ... }:
{
- CONFIG_VENDOR_LENOVO = "y";
- CONFIG_BOARD_LENOVO_X1_CARBON_GEN1 = "y";
+ coreboot.corebootConfig = {
+ CONFIG_VENDOR_LENOVO = "y";
+ CONFIG_BOARD_LENOVO_X1_CARBON_GEN1 = "y";
+ };
}