The configuration example here references the current `1.0.0` (https://nix-community.github.io/lanzaboote/getting-started/prepare-your-system.html#configure-nixos-with-flakes): > github:nix-community/lanzaboote/v1.0.0 This version does not include the options listed to enable measure boot (https://nix-community.github.io/lanzaboote/how-to-guides/enable-measured-boot.html#enable-measured-boot-in-your-config): ``` boot.lanzaboote = { measuredBoot = { enable = true; pcrs = [ 0 1 2 3 4 7 ]; }; }; ``` A current workaround is to use master instead.
The configuration example here references the current
1.0.0(https://nix-community.github.io/lanzaboote/getting-started/prepare-your-system.html#configure-nixos-with-flakes):This version does not include the options listed to enable measure boot (https://nix-community.github.io/lanzaboote/how-to-guides/enable-measured-boot.html#enable-measured-boot-in-your-config):
A current workaround is to use master instead.