From 0aaccaa59609db2ee63b5e83567d53008d20cd83 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Wed, 5 Jun 2024 11:06:03 +0800 Subject: [PATCH] nixos/activation/bootspec: now enabled by default --- nixos/doc/manual/development/bootspec.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/development/bootspec.chapter.md b/nixos/doc/manual/development/bootspec.chapter.md index 96c12f24e7f1..742d27b1f735 100644 --- a/nixos/doc/manual/development/bootspec.chapter.md +++ b/nixos/doc/manual/development/bootspec.chapter.md @@ -3,7 +3,7 @@ Bootspec is a experimental feature, introduced in the [RFC-0125 proposal](https://github.com/NixOS/rfcs/pull/125), the reference implementation can be found [there](https://github.com/NixOS/nixpkgs/pull/172237) in order to standardize bootloader support and advanced boot workflows such as SecureBoot and potentially more. -You can enable the creation of bootspec documents through [`boot.bootspec.enable = true`](options.html#opt-boot.bootspec.enable), which will prompt a warning until [RFC-0125](https://github.com/NixOS/rfcs/pull/125) is officially merged. +The creation of bootspec documents is enabled by default. ## Schema {#sec-experimental-bootspec-schema}