Revert "disable secureboot"

This reverts commit c017cfb33dc70e564fd805958dafd4730aa1ad78.
This commit is contained in:
Simon Gardling 2025-06-04 21:08:01 -07:00
parent 8ad4e3bd42
commit 9d089208a7
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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