aboutsummaryrefslogtreecommitdiff
path: root/configs/milan-x1c.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/milan-x1c.nix')
-rw-r--r--configs/milan-x1c.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/milan-x1c.nix b/configs/milan-x1c.nix
index 41238461e287..2049e8086a2d 100644
--- a/configs/milan-x1c.nix
+++ b/configs/milan-x1c.nix
@@ -1,4 +1,4 @@
-{ ... }:
+{ lib, ... }:
{
imports = [
@@ -14,6 +14,8 @@
grub2.enable = true;
seabios.enable = true;
seabios.asSecondaryPayload = true;
+ tianocore.enable = true;
+ tianocore.asSecondaryPayload = true;
coreinfo.enable = true;
nvramcui.enable = true;
tint.enable = true;