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

NixOS option

The path to the file containing the value for sessions.hashkey. Secret value used to generate the checksums of sessions. This should be a random string of 32 or 64 bytes. Generate one using openssl rand -hex 32

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