services.linkding.environmentFile

NixOS option

Path to an environment file loaded by all linkding services. Useful for injecting secrets that should not appear in the Nix store, such as LD_DB_PASSWORD or LD_SUPERUSER_PASSWORD.

type: null or absolute path
Default
null
Example
"/run/secrets/linkding.env"
declared in: nixos/modules/services/web-apps/linkding.nixView source on NixOS/nixpkgs →