about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-09-15 21:30:27 +0200
committerGitHub <noreply@github.com>2022-09-15 21:30:27 +0200
commitc2e7745b08a303b468fcaced4bf0774900aba9bc (patch)
treecdd1bfa94781e4d5f88f6ee35377cec6397ccc08 /nixos
parentd7665d1a87201d3ed5490495d337ec92c02fbd61 (diff)
parent0e291be64432dd355747de6abdf2a1cadd5844e8 (diff)
Merge pull request #190060 from revol-xut/master
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/mediawiki.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/mediawiki.nix b/nixos/modules/services/web-apps/mediawiki.nix
index 0260af77711e6..a32db718848ab 100644
--- a/nixos/modules/services/web-apps/mediawiki.nix
+++ b/nixos/modules/services/web-apps/mediawiki.nix
@@ -449,6 +449,7 @@ in
           --dbuser ${cfg.database.user} \
           ${optionalString (cfg.database.passwordFile != null) "--dbpassfile ${cfg.database.passwordFile}"} \
           --passfile ${cfg.passwordFile} \
+          --dbtype ${cfg.database.type} \
           ${cfg.name} \
           admin