services.nextcloud-spreed-signaling.settings.sessions.blockkeyFile

NixOS option

The path to the file containing the value for sessions.blockkey. Key for encrypting data in the sessions. Must be either 16, 24, or 32 bytes. Generate one using openssl rand -hex 16

type: absolute path
Example
"/run/secrets/sessions.blockkey"
declared in: nixos/modules/services/networking/nextcloud-spreed-signaling.nixView source on NixOS/nixpkgs →