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 -" ];