Enable secure boot on picard
This commit is contained in:
parent
43a76ca3d7
commit
42c594e32e
3 changed files with 184 additions and 7 deletions
|
@ -129,12 +129,15 @@
|
|||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot = {
|
||||
enable = lib.mkForce false; # needed by lanzaboote
|
||||
};
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
configurationLimit = 20;
|
||||
};
|
||||
|
||||
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_8;
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_10;
|
||||
|
||||
networking.hostId = "5b02e763";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue