services.paperless.environmentFile

NixOS option

Path to a file containing extra paperless config options in the systemd EnvironmentFile format. Refer to the documentation for config options. This can be used to pass secrets to paperless without putting them in the Nix store. To set a database password, point environmentFile at a file containing: PAPERLESS_DBPASS=<pass>

type: null or absolute path
Default
null
Example
"/run/secrets/paperless"
declared in: nixos/modules/services/misc/paperless.nixView source on NixOS/nixpkgs →