fixed personalization.nix to help elment-calling
This commit is contained in:
@@ -7,9 +7,9 @@ in
|
||||
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 -'
|
||||
]);
|
||||
systemd.tmpfiles.rules = [
|
||||
''d /var/lib/domains/element-calling 0750 caddy php -''
|
||||
];
|
||||
|
||||
####### CADDY CONFIGS #######
|
||||
"${personalization.matrix_url}" = lib.mkForce {
|
||||
|
||||
Reference in New Issue
Block a user