chore(coturn): Disable the coturn server

Seems it's been picked up by someone doing naughty things, let's
disable this for now as I don't really have a use case for matrix
calls anymore...
This commit is contained in:
Tristan Daniël Maat 2025-05-28 04:05:26 +08:00
parent 94ec261a94
commit 0d401106aa
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -49,7 +49,7 @@ in
};
coturn = {
enable = true;
enable = false;
no-cli = true;
use-auth-secret = true;
static-auth-secret-file = config.sops.secrets."turn/secret".path;