From d5d5e747cb9ead016db7e21f0274de8399fccaa3 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 18:32:14 -0500 Subject: [PATCH] syntax error --- modules/element-calling.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/element-calling.nix b/modules/element-calling.nix index af2b34a..592d1cd 100755 --- a/modules/element-calling.nix +++ b/modules/element-calling.nix @@ -3,7 +3,9 @@ let personalization = import ./personalization.nix; in -{ + +lib.mkIf config.sovran_systemsOS.features.element-calling { + systemd.tmpfiles.rules = lib.mkIf config.sovran_systemsOS.features.element-calling [ "d /var/lib/domains/element-calling 0750 caddy php -" ]; @@ -11,7 +13,6 @@ in services.element-call = lib.mkIf config.sovran_systemsOS.features.element-calling { server_name = personalization.matrix_url or null; }; -} ####### CADDY CONFIGS ####### "${personalization.matrix_url}" = lib.mkForce {