boot.bootspec.enableValidation

NixOS option

Whether to enable the validation of bootspec documents for each build. This will introduce Go in the build-time closure as we are relying on Cuelang for schema validation. Enable this option if you want to ascertain that your documents are correct .

type: boolean
Default
false
Example
true
declared in: nixos/modules/system/activation/bootspec.nixView source on NixOS/nixpkgs →