services.nextcloud.config.objectstore.s3.sseCKeyFile
NixOS option
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 pathDefault
null
Example
declared in: nixos/modules/services/web-apps/nextcloud.nixView source on NixOS/nixpkgs →"/var/nextcloud-objectstore-s3-sse-c-key"