Home Explore Blog Models CI



nixpkgs

1st chunk of `nixos/doc/manual/nixos-options.md`
dcb64be59b25f70ac368a90c00a455d8c187c796d44589630000000100000094
# Configuration Options {#ch-options}

```{=include=} options
id-prefix: opt-
list-id: configuration-variable-list
source: @NIXOS_OPTIONS_JSON@
```

Title: Configuration Options
Summary
This chunk introduces a section dedicated to configuration options. It uses an inclusion mechanism to dynamically load and present a list of configuration variables, specifying parameters like the ID prefix for each option (`opt-`), the list's overall ID (`configuration-variable-list`), and the data source (`@NIXOS_OPTIONS_JSON@`).