diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-03-17 00:31:16 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-03-17 00:32:02 +0530 |
commit | aacadd4b6cbe7df5113a91090c095cc0db5ea2ad (patch) | |
tree | 18ea8f6a6801ca4b5c82d2e28a2fd52d2de3374e /os/kay/modules/matrix/dendrite.nix | |
parent | cf9392703c0ce468a4eb41295c01b0b491ce4de1 (diff) |
kay/observability: init common exporters
Diffstat (limited to 'os/kay/modules/matrix/dendrite.nix')
-rw-r--r-- | os/kay/modules/matrix/dendrite.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/kay/modules/matrix/dendrite.nix b/os/kay/modules/matrix/dendrite.nix index 2cf7d11..5e4084b 100644 --- a/os/kay/modules/matrix/dendrite.nix +++ b/os/kay/modules/matrix/dendrite.nix @@ -33,6 +33,7 @@ in index_path = "/var/lib/dendrite/searchindex"; }; global = { + metrics.enabled = true; server_name = domain; private_key = "$CREDENTIALS_DIRECTORY/private_key"; trusted_third_party_id_servers = [ |