mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #190060 from revol-xut/master
This commit is contained in:
commit
c2e7745b08
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ in
|
||||||
--dbuser ${cfg.database.user} \
|
--dbuser ${cfg.database.user} \
|
||||||
${optionalString (cfg.database.passwordFile != null) "--dbpassfile ${cfg.database.passwordFile}"} \
|
${optionalString (cfg.database.passwordFile != null) "--dbpassfile ${cfg.database.passwordFile}"} \
|
||||||
--passfile ${cfg.passwordFile} \
|
--passfile ${cfg.passwordFile} \
|
||||||
|
--dbtype ${cfg.database.type} \
|
||||||
${cfg.name} \
|
${cfg.name} \
|
||||||
admin
|
admin
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue