fixed directory make
This commit is contained in:
@@ -9,9 +9,7 @@ lib.mkIf config.sovran_systemsOS.features.element-calling {
|
|||||||
####### SYSTEMD TMPFILES: create directories automatically #######
|
####### SYSTEMD TMPFILES: create directories automatically #######
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
# Ensure parent directories exist
|
# Ensure parent directories exist
|
||||||
"d /var/lib/domains 0755 root root -"
|
"d /var/lib/domains/element-calling 0750 - - -"
|
||||||
"d /var/lib/domains/element-calling 0750 caddy php -"
|
|
||||||
"d /var/lib/livekit 0750 root root -"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
####### CADDY CONFIGS #######
|
####### CADDY CONFIGS #######
|
||||||
@@ -79,7 +77,7 @@ lib.mkIf config.sovran_systemsOS.features.element-calling {
|
|||||||
|
|
||||||
####### MATRIX-SYNAPSE SETTINGS #######
|
####### MATRIX-SYNAPSE SETTINGS #######
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
settings = {
|
settings = lib.mkForce {
|
||||||
serve_server_wellknown = true;
|
serve_server_wellknown = true;
|
||||||
public_baseurl = "${personalization.matrix_url}";
|
public_baseurl = "${personalization.matrix_url}";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user