From 580c18ede95d31643db9d766023a1fb80ce4e6a6 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 25 Aug 2024 22:27:23 +1000 Subject: [PATCH] chore(matrix): corrected secret path --- profiles/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/matrix.nix b/profiles/matrix.nix index b8e4631..223cda2 100644 --- a/profiles/matrix.nix +++ b/profiles/matrix.nix @@ -64,7 +64,7 @@ server_name = "mcwhirter.io"; # Server's public domain name tls_certificate_path = "/var/lib/acme/mcwhirter.io/fullchain.pem"; tls_private_key_path = "/var/lib/acme/mcwhirter.io/key.pem"; - turn_shared_secret = config.services.coturn.static-auth-secret; + turn_shared_secret = "${config.services.coturn.static-auth-secret-file}"; turn_uris = [ "turn:turn.mcwhirter.io:5349?transport=udp" "turn:turn.mcwhirter.io:5350?transport=udp"