We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c2ac6 commit f7ff69bCopy full SHA for f7ff69b
nix/systemModules/postgres/default.nix
@@ -205,7 +205,7 @@ in
205
"C /etc/postgresql/pg_hba.conf 0440 ${defaultUser} ${defaultGroup} - ${pg_hba}"
206
"C /etc/postgresql/pg_ident.conf 0440 ${defaultUser} ${defaultGroup} - ${pg_ident}"
207
"C /etc/postgresql/postgresql.conf 0440 ${defaultUser} ${defaultGroup} - ${configFile}"
208
- "C /etc/postgresql-custom/read-replica.conf 0440 ${defaultUser} ${defaultGroup} - ${read-replica-conf}"
+ "C /etc/postgresql-custom/read-replica.conf 0664 ${defaultUser} ${defaultGroup} - ${read-replica-conf}"
209
];
210
211
environment = {
0 commit comments