Initial setup for lanzaboote
This commit is contained in:
parent
24a865004a
commit
1908280a34
6 changed files with 207 additions and 9 deletions
10
bootloaders/lanzaboote/default.nix
Normal file
10
bootloaders/lanzaboote/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
||||
boot.lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue