MyNixOS website logo
option

services.linkding.settings

Additional environment variables passed to linkding. Refer to the linkding documentation for the full list of supported LD_* options.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  LD_DISABLE_BACKGROUND_TASKS = "True";
  LD_DISABLE_URL_VALIDATION = "True";
  LD_ENABLE_OIDC = "True";
}