Revert "disable secureboot"

This reverts commit c017cfb33d.
This commit is contained in:
2025-06-04 21:08:01 -07:00
parent 8ad4e3bd42
commit 9d089208a7

View File

@@ -56,7 +56,7 @@
boot = { boot = {
lanzaboote = { lanzaboote = {
enable = false; enable = true;
# TODO: proper secrets management so this is not stored in nix store # TODO: proper secrets management so this is not stored in nix store
pkiBundle = "/var/lib/sbctl"; pkiBundle = "/var/lib/sbctl";
}; };
@@ -69,8 +69,7 @@
generated at installation time. So we force it to false generated at installation time. So we force it to false
for now. for now.
*/ */
# systemd-boot.enable = lib.mkForce false; systemd-boot.enable = lib.mkForce false;
systemd-boot.enable = true;
}; };
}; };