disable secureboot

This commit is contained in:
Simon Gardling 2025-06-03 23:29:10 -07:00
parent 8bf0b445c7
commit c017cfb33d
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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