fixed element-calling
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
imports = lib.optional config.sovran_systemsOS.features.element-calling
|
||||||
personalization = import ./personalization.nix;
|
./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 -"
|
||||||
####### SYSTEMD TMPFILES: create directories automatically #######
|
|
||||||
systemd.tmpfiles.rules = [
|
|
||||||
''d /var/lib/domains/element-calling 0750 caddy php -''
|
|
||||||
];
|
];
|
||||||
|
|
||||||
####### CADDY CONFIGS #######
|
####### CADDY CONFIGS #######
|
||||||
|
|||||||
Reference in New Issue
Block a user