File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3280,11 +3280,12 @@ ceremony. |
32803280UEFI boot environment. BIOS / legacy boots return false and
32813281every downstream check collapses to ` None ` . |
32823282| ` wrapper_has_lanzaboote_input ` | boolean | no | ` Some(true) ` when ` /etc/nixos/flake.nix ` declares
3283- ` lanzaboote.url = ... ` at top level. ` Some(false) ` on pre-
3284- this-PR wrappers (operator needs to upgrade once so the
3285- engine re-renders the template). ` None ` when we couldn't
3286- read /etc/nixos/flake.nix (operator running an unusual
3287- install or read failed). |
3283+ ` lanzaboote.url = ... ` at top level — i.e. this box is already
3284+ enrolled (the engine injects the input during the enrollment
3285+ ceremony). ` Some(false) ` is the normal pre-enrollment state:
3286+ the wrapper template omits the input on purpose and enrollment
3287+ adds it, so this is * not* a blocker. ` None ` when we couldn't
3288+ read /etc/nixos/flake.nix. Surfaced purely for the checklist. |
32883289
32893290
32903291### ` system.secure_boot.enrollment.status `
You can’t perform that action at this time.
0 commit comments