pacifidlog: use lanzaboote

This commit is contained in:
Aly Raffauf 2024-10-13 15:27:28 -04:00
parent b0b3543c59
commit 9be3979d7e

View file

@ -24,14 +24,14 @@
boot = {
initrd.systemd.enable = true;
# lanzaboote = {
# enable = true;
# pkiBundle = "/etc/secureboot";
# };
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = lib.mkForce true;
systemd-boot.enable = lib.mkForce false;
};
};