hosts/legion: fix lanzaboote

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-19 15:55:31 +03:00
parent de6ce28912
commit a2573aa83f

View File

@ -48,8 +48,8 @@
consoleMode = "auto"; consoleMode = "auto";
}; };
lanzaboote = { lanzaboote = {
enable = false; enable = true;
pkiBundle = "/var/lib/sbctl"; pkiBundle = "/etc/secureboot";
}; };
plymouth.enable = true; plymouth.enable = true;
}; };