services.immich.secretsFile

NixOS option

Path of a file with extra environment variables to be loaded from disk. This file is not added to the nix store, so it can be used to pass secrets to immich. Refer to the documentation for options. To set a database password set this to a file containing: DB_PASSWORD=<pass>

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