From 030944624bdc504dca5107e64feb06fe1c683a50 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 17:29:17 -0500 Subject: [PATCH] fixed delayed loading for element-calling --- 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 8bb91fb..08bcc14 100755 --- a/modules/element-calling.nix +++ b/modules/element-calling.nix @@ -7,7 +7,7 @@ in lib.mkIf config.sovran_systemsOS.features.element-calling { ####### SYSTEMD TMPFILES ####### - systemd.tmpfiles.rules = [ + systemd.tmpfiles.rules = lib.mkIf config.sovran_systemsOS.features.element-calling [ "d /var/lib/domains/element-calling 0750 caddy php -" ];