From 0d401106aaee7b0a62cb7dbd2b4a081ef2ec504b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= <tm@tlater.net> Date: Wed, 28 May 2025 04:05:26 +0800 Subject: [PATCH] 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... --- configuration/services/conduit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/services/conduit/default.nix b/configuration/services/conduit/default.nix index 4ba5271..349c36e 100644 --- a/configuration/services/conduit/default.nix +++ b/configuration/services/conduit/default.nix @@ -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;