MyNixOS website logo
option

services.dendrite.settings.global.private_key

The path to the signing private key file, used to sign requests and events.

  nix-shell -p dendrite --command "generate-keys --private-key matrix_key.pem"
Declarations
Type
path or string matching the pattern ^\$CREDENTIALS_DIRECTORY/.+
Example
"$CREDENTIALS_DIRECTORY/private_key"