1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

matrix: trust no keyservers

This commit is contained in:
RGBCube 2025-06-13 01:16:44 +03:00
parent 8de5fb909b
commit a8538290c9
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -80,8 +80,8 @@ in {
delete_stale_devices_after = "30d";
# Trusting Matrix.org.
suppress_key_server_warning = true;
# Request signing keys from servers directly.
trusted_key_servers = [];
signing_key_path = config.secrets.matrixKey.path;
registration_shared_secret_path = config.secrets.matrixSecret.path;