fix lanzaboote locations for shodan and edi
This commit is contained in:
parent
4530b83d76
commit
906c9c7faf
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pkiBundle = "/etc/secureboot";
|
pkiBundle = "/var/lib/sbctl";
|
||||||
};
|
};
|
||||||
kernelModules = [
|
kernelModules = [
|
||||||
"iwlmvm"
|
"iwlmvm"
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pkiBundle = "/etc/secureboot";
|
pkiBundle = "/var/lib/sbctl";
|
||||||
};
|
};
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
|
kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue