services.dendrite.settings.global.private_key

NixOS option

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"

type: absolute path or string matching the pattern ^\$CREDENTIALS_DIRECTORY/.+
Example
"$CREDENTIALS_DIRECTORY/private_key"
declared in: nixos/modules/services/matrix/dendrite.nixView source on NixOS/nixpkgs →