We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b0237f7 commit f5e0e94Copy full SHA for f5e0e94
nixos/modules/services/misc/redmine.nix
@@ -191,7 +191,7 @@ in {
191
192
if [ "${cfg.databaseHost}" = "127.0.0.1" ]; then
193
if ! test -e "${cfg.stateDir}/db-created"; then
194
- psql postgres -c "CREATE ROLE redmine WITH LOGIN NOCREATEDB NOCREATEROLE NOCREATEUSER ENCRYPTED PASSWORD '${cfg.databasePassword}'"
+ psql postgres -c "CREATE ROLE redmine WITH LOGIN NOCREATEDB NOCREATEROLE ENCRYPTED PASSWORD '${cfg.databasePassword}'"
195
${config.services.postgresql.package}/bin/createdb --owner redmine redmine || true
196
touch "${cfg.stateDir}/db-created"
197
fi
0 commit comments