Synapse: Fix permissions
This commit is contained in:
parent
b0c47b096f
commit
3b675768a9
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
||||||
# Synapse
|
# Synapse
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /etc/container-matrix/synapse 0755 0 0"
|
"d /etc/container-matrix/synapse 0755 991 991"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.etc."container-matrix/synapse/homeserver.yaml" = {
|
environment.etc."container-matrix/synapse/homeserver.yaml" = {
|
||||||
source = ../../secret/container/matrix/config/homeserver.yaml;
|
source = ../../secret/container/matrix/config/homeserver.yaml;
|
||||||
mode = "0640";
|
mode = "0640";
|
||||||
uid = 0;
|
uid = 991;
|
||||||
gid = 0;
|
gid = 991;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue