VEGAS/matrix: don't chown the generated db config

This commit is contained in:
Max Headroom 2022-12-18 00:45:03 +01:00
parent b95d318bc5
commit d9ed574742

View file

@ -154,7 +154,7 @@ in {
}))
{
matrix-synapse.preStart = ''
${pkgs.jq}/bin/jq -c --slurp '.[0] * .[1]' ${dbConfigJSON} '${dbPasswordFile}' | install -Dm400 -o matrix-synapse -g matrix-synapse /dev/stdin '${dbConfigOut}'
${pkgs.jq}/bin/jq -c --slurp '.[0] * .[1]' ${dbConfigJSON} '${dbPasswordFile}' | install -Dm400 /dev/stdin '${dbConfigOut}'
'';
}
];