From 813c16166bd7824df2def7b07e55074d5da6f643 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 18:19:34 -0500 Subject: [PATCH] retool personalization --- modules/element-calling.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/element-calling.nix b/modules/element-calling.nix index e2ad9c8..1642cbf 100755 --- a/modules/element-calling.nix +++ b/modules/element-calling.nix @@ -2,8 +2,12 @@ { - imports = lib.optional config.sovran_systemsOS.features.element-calling - ./personalization.nix; + let + personalization = + if config.sovran_systemsOS.features.element-calling + then import ./personalization.nix + else {}; + in systemd.tmpfiles.rules = lib.mkIf config.sovran_systemsOS.features.element-calling [ "d /var/lib/domains/element-calling 0750 caddy php -"