services.mealie.credentialsFile

NixOS option

File containing credentials used in mealie such as POSTGRES_PASSWORD or sensitive LDAP options. Expects the format of an EnvironmentFile=, as described by systemd.exec(5).

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