From a2573aa83f20981ada44a341e3175ec37a5dd53b Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sat, 19 Apr 2025 15:55:31 +0300 Subject: [PATCH] hosts/legion: fix lanzaboote Signed-off-by: unexplrd --- hosts/legion/boot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/legion/boot.nix b/hosts/legion/boot.nix index d979c33..c17c65e 100644 --- a/hosts/legion/boot.nix +++ b/hosts/legion/boot.nix @@ -48,8 +48,8 @@ consoleMode = "auto"; }; lanzaboote = { - enable = false; - pkiBundle = "/var/lib/sbctl"; + enable = true; + pkiBundle = "/etc/secureboot"; }; plymouth.enable = true; };