From 36c0a13c4c84a79725ae8f3266fca3a3b265661b Mon Sep 17 00:00:00 2001 From: nikstur Date: Sat, 3 Dec 2022 17:14:50 +0100 Subject: [PATCH] lanzaboote module: remove --pki-bundle option --- nix/lanzaboote.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/lanzaboote.nix b/nix/lanzaboote.nix index 2a651ad..dad3d7c 100644 --- a/nix/lanzaboote.nix +++ b/nix/lanzaboote.nix @@ -46,7 +46,6 @@ in ''} ${cfg.package}/bin/lanzatool install \ - --pki-bundle ${cfg.pkiBundle} \ --public-key ${cfg.publicKeyFile} \ --private-key ${cfg.privateKeyFile} \ ${config.boot.loader.efi.efiSysMountPoint} \