x/x13: enable secure boot

This commit is contained in:
makefu 2023-08-17 16:56:45 +02:00
parent e118e2fad3
commit d7f93965f6
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -0,0 +1,7 @@
{
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
}