From f02f87d6f6460b8380ad173a67d73b90f2011782 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 17:17:30 -0500 Subject: [PATCH] fixed syntax --- modules/element-calling.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/element-calling.nix b/modules/element-calling.nix index 7a09b33..ad2a893 100755 --- a/modules/element-calling.nix +++ b/modules/element-calling.nix @@ -83,7 +83,7 @@ lib.mkIf config.sovran_systemsOS.features.element-calling { serve_server_wellknown = true; - public_baseurl = ${personalization.matrix_url}; + public_baseurl = "${personalization.matrix_url}"; experimental_features = { msc3266_enabled = true;