aboutsummaryrefslogtreecommitdiff
path: root/configs/common.nix
diff options
context:
space:
mode:
authorMilan Pässler <milan@petabyte.dev>2020-10-10 21:34:20 +0200
committerMilan Pässler <milan@petabyte.dev>2020-10-10 21:34:20 +0200
commitd5293e1efbff8f4b7d17de750ffe61e0e98cf845 (patch)
tree05d31e4080401df2c2cbefb41faedceeb5564371 /configs/common.nix
parent59320a0d896200e3c6c9e058d1f8f1ecb94b78ec (diff)
.
Diffstat (limited to 'configs/common.nix')
-rw-r--r--configs/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common.nix b/configs/common.nix
index 4da6389a62e6..1e091cc29cd4 100644
--- a/configs/common.nix
+++ b/configs/common.nix
@@ -1,7 +1,7 @@
{ lib, ... }:
{
- coreboot.corebootConfig = {
+ corenix.corebootConfig = {
CONFIG_PAYLOAD_NONE = "y"; # payload is added later
CONFIG_CBFS_SIZE = lib.mkDefault "0x300000";
CONFIG_USE_OPTION_TABLE = lib.mkDefault "y";