syntax error
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
in
|
||||
{
|
||||
|
||||
lib.mkIf config.sovran_systemsOS.features.element-calling {
|
||||
|
||||
systemd.tmpfiles.rules = lib.mkIf config.sovran_systemsOS.features.element-calling [
|
||||
"d /var/lib/domains/element-calling 0750 caddy php -"
|
||||
];
|
||||
@@ -11,7 +13,6 @@ in
|
||||
services.element-call = lib.mkIf config.sovran_systemsOS.features.element-calling {
|
||||
server_name = personalization.matrix_url or null;
|
||||
};
|
||||
}
|
||||
|
||||
####### CADDY CONFIGS #######
|
||||
"${personalization.matrix_url}" = lib.mkForce {
|
||||
|
||||
Reference in New Issue
Block a user