Skip to content

Measured boot setup not possible with the referenced version in the documentation #578

@Noi0103

Description

@Noi0103

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions