fix(postgresql): correct tmpfiles user from 'postgresql' to 'postgres'
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
config.services.postgresql.dataDir
|
config.services.postgresql.dataDir
|
||||||
])
|
])
|
||||||
(lib.serviceFilePerms "postgresql" [
|
(lib.serviceFilePerms "postgresql" [
|
||||||
"Z ${config.services.postgresql.dataDir} 0700 postgresql postgresql"
|
"Z ${config.services.postgresql.dataDir} 0700 postgres postgres"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user