services.nextcloud.config.objectstore.s3.sseCKeyFile
If provided this is the full path to a file that contains the key to enable server-side encryption with customer-provided keys (SSE-C).
The file must contain a random 32-byte key encoded as a base64 string, e.g. generated with the command
openssl rand 32 | base64
- Type
null or absolute path- Default
null- Example
"/var/nextcloud-objectstore-s3-sse-c-key"- Declared
- <nixpkgs/nixos/modules/services/web-apps/nextcloud.nix>