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 = { boot = {
initrd.systemd.enable = true; initrd.systemd.enable = true;
# lanzaboote = { lanzaboote = {
# enable = true; enable = true;
# pkiBundle = "/etc/secureboot"; pkiBundle = "/etc/secureboot";
# }; };
loader = { loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
systemd-boot.enable = lib.mkForce true; systemd-boot.enable = lib.mkForce false;
}; };
}; };