Skip to content

Commit f7ff69b

Browse files
committed
feat: add write permissions to postgres for /etc/postgresql-custom/read-replica.conf
1 parent e8c2ac6 commit f7ff69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/systemModules/postgres/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ in
205205
"C /etc/postgresql/pg_hba.conf 0440 ${defaultUser} ${defaultGroup} - ${pg_hba}"
206206
"C /etc/postgresql/pg_ident.conf 0440 ${defaultUser} ${defaultGroup} - ${pg_ident}"
207207
"C /etc/postgresql/postgresql.conf 0440 ${defaultUser} ${defaultGroup} - ${configFile}"
208-
"C /etc/postgresql-custom/read-replica.conf 0440 ${defaultUser} ${defaultGroup} - ${read-replica-conf}"
208+
"C /etc/postgresql-custom/read-replica.conf 0664 ${defaultUser} ${defaultGroup} - ${read-replica-conf}"
209209
];
210210

211211
environment = {

0 commit comments

Comments
 (0)