Modules/Bootloader: Update lanzaboote config (enable automatic key generation and enrollment)
This commit is contained in:
@@ -42,6 +42,13 @@ in {
|
|||||||
|
|
||||||
boot.lanzaboote = {
|
boot.lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
autoGenerateKeys.enable = true;
|
||||||
|
|
||||||
|
# WARN: Needs persistent /var/lib/auto-cryptenroll
|
||||||
|
autoEnrollKeys = {
|
||||||
|
enable = true;
|
||||||
|
includeMicrosoftKeys = true;
|
||||||
|
};
|
||||||
|
|
||||||
# WARN: Make sure to persist this if using impermanence!
|
# WARN: Make sure to persist this if using impermanence!
|
||||||
pkiBundle = "/var/lib/sbctl";
|
pkiBundle = "/var/lib/sbctl";
|
||||||
|
|||||||
Reference in New Issue
Block a user