services.dendrite.tlsKey

NixOS option

The path to the TLS key. nix-shell -p dendrite --command "generate-keys --tls-cert server.crt --tls-key server.key"

type: null or absolute path
Default
null
Example
"/var/lib/dendrite/server.key"
declared in: nixos/modules/services/matrix/dendrite.nixView source on NixOS/nixpkgs →