NixOS-Config/modules/system/devices/boot/lanzaboote/default.nix
2024-10-18 15:32:32 -04:00

12 lines
165 B
Nix

{ lanzaboote, ... }:
{
imports = [
lanzaboote.nixosModules.lanzaboote
];
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
}