Skip to content

Links with empty text should use the reference as text #273

@non-bin

Description

@non-bin

services.sonarr.settings

https://github.com/NixOS/nixpkgs/blob/dbeacf1b40207b74fede8a8f97a7d6bcf8beee67/nixos/modules/services/misc/servarr/settings-options.nix#L59C1-L59C68

        For secrets use [](#opt-services.${name}.environmentFiles).

Renders as

For secrets use .

Should be

For secrets use services.sonarr.environmentFiles.

environment.sessionVariables

https://github.com/NixOS/nixpkgs/blob/dbeacf1b40207b74fede8a8f97a7d6bcf8beee67/nixos/modules/config/system-environment.nix#L36-L39

        Also, these variables are merged into
        [](#opt-environment.variables) and it is
        therefore [...]

Renders as

Also, these variables are merged into and it is therefore [...]

Should be

Also, these variables are merged into environment.variables and it is therefore [...]

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