fix lanzaboote locations for shodan and edi

This commit is contained in:
Lillian Violet 2025-09-02 13:18:02 +02:00
parent 4530b83d76
commit 906c9c7faf
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
pkiBundle = "/var/lib/sbctl";
};
kernelModules = [
"iwlmvm"

View file

@ -46,7 +46,7 @@
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
pkiBundle = "/var/lib/sbctl";
};
consoleLogLevel = 0;
kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];