retool personalization
This commit is contained in:
@@ -2,8 +2,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = lib.optional config.sovran_systemsOS.features.element-calling
|
let
|
||||||
./personalization.nix;
|
personalization =
|
||||||
|
if config.sovran_systemsOS.features.element-calling
|
||||||
|
then import ./personalization.nix
|
||||||
|
else {};
|
||||||
|
in
|
||||||
|
|
||||||
systemd.tmpfiles.rules = 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 -"
|
"d /var/lib/domains/element-calling 0750 caddy php -"
|
||||||
|
|||||||
Reference in New Issue
Block a user