1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2022-11-11 15:25:00 +01:00
parent e60552bf09
commit b0c47b096f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{ secret, ... }:
{
# Synapse
systemd.tmpfiles.rules = [
"d /etc/container-matrix/synapse 0755 0 0"
];
environment.etc."container-matrix/synapse/homeserver.yaml" = {
source = ../../secret/container/matrix/config/homeserver.yaml;
mode = "0640";
uid = 0;
gid = 0;
};
}

Binary file not shown.