fixed directory make
This commit is contained in:
@@ -7,10 +7,9 @@ in
|
|||||||
lib.mkIf config.sovran_systemsOS.features.element-calling {
|
lib.mkIf config.sovran_systemsOS.features.element-calling {
|
||||||
|
|
||||||
####### SYSTEMD TMPFILES: create directories automatically #######
|
####### SYSTEMD TMPFILES: create directories automatically #######
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = lib.mkDefault (lib.mkIf config.sovran_systemsOS.features.element-calling [
|
||||||
# Ensure parent directories exist
|
"d /var/lib/domains/element-calling 0750 caddy php -"
|
||||||
"d /var/lib/domains/element-calling 0750 - - -"
|
]);
|
||||||
];
|
|
||||||
|
|
||||||
####### CADDY CONFIGS #######
|
####### CADDY CONFIGS #######
|
||||||
"${personalization.matrix_url}" = lib.mkForce {
|
"${personalization.matrix_url}" = lib.mkForce {
|
||||||
|
|||||||
Reference in New Issue
Block a user