add secure boot support
This commit is contained in:
@@ -23,6 +23,8 @@ in {
|
|||||||
# force disable systemd-boot so lanzaboote can be used
|
# force disable systemd-boot so lanzaboote can be used
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
# make sure the keys are generated and in the pkiBundle path
|
||||||
|
# with `nix-shell -p --run "sbctl create-keys"`
|
||||||
boot.lanzaboote = {
|
boot.lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pkiBundle = "/var/lib/sbctl";
|
pkiBundle = "/var/lib/sbctl";
|
||||||
|
|||||||
Reference in New Issue
Block a user