aboutsummaryrefslogtreecommitdiff
path: root/configs/boards/x230.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/boards/x230.nix')
-rw-r--r--configs/boards/x230.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boards/x230.nix b/configs/boards/x230.nix
index d218c2e834e6..fede99dbe9e5 100644
--- a/configs/boards/x230.nix
+++ b/configs/boards/x230.nix
@@ -1,7 +1,7 @@
{ ... }:
{
- coreboot.corebootConfig = {
+ corenix.corebootConfig = {
CONFIG_VENDOR_LENOVO = "y";
CONFIG_BOARD_LENOVO_X230 = "y";
};