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