services.linkding.settings

NixOS option

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

type: attribute set of string
Default
{ }
Example
{
  LD_DISABLE_BACKGROUND_TASKS = "True";
  LD_DISABLE_URL_VALIDATION = "True";
  LD_ENABLE_OIDC = "True";
}
declared in: nixos/modules/services/web-apps/linkding.nixView source on NixOS/nixpkgs →