services.linkwarden.environment

NixOS option

Extra configuration environment variables. Refer to the documentation for options.

type: attribute set of string
Default
{ }
Example
{
  PAGINATION_TAKE_COUNT = "50";
}
declared in: nixos/modules/services/web-apps/linkwarden.nixView source on NixOS/nixpkgs →