Enable lanzaboote on julius-framework
This commit is contained in:
parent
7d45fe1534
commit
87166601cd
2 changed files with 6 additions and 2 deletions
|
|
@ -75,10 +75,13 @@
|
|||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
enable = false; # Enabled by lanzaboote
|
||||
};
|
||||
};
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
initrd = {
|
||||
systemd.enable = true;
|
||||
luks.devices = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue