{ config, inputs, ... }: { imports = with inputs; [ lanzaboote.nixosModules.lanzaboote ]; boot = { lanzaboote = { enable = config.unexplrd.boot.secureBoot.enable; pkiBundle = "/var/lib/sbctl"; }; }; }