From 83fb7769a8b99dda775742ef3a6ebf65d55f108e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 17:53:41 -0500 Subject: [PATCH] fixed directory make --- 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 8976234..350da4b 100755 --- a/modules/element-calling.nix +++ b/modules/element-calling.nix @@ -8,7 +8,7 @@ lib.mkIf config.sovran_systemsOS.features.element-calling { ####### SYSTEMD TMPFILES: create directories automatically ####### systemd.tmpfiles.rules = lib.mkDefault (lib.mkIf config.sovran_systemsOS.features.element-calling [ - "d /var/lib/domains/element-calling 0750 caddy php -" + 'd /var/lib/domains/element-calling 0750 caddy php -' ]); ####### CADDY CONFIGS #######