From e5a4d419f4cc6a5e1f382986548f357ef143bdb5 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:09:43 +0200 Subject: [PATCH] nixos/mediawiki: add postgres option to createLocally description --- nixos/modules/services/web-apps/mediawiki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/mediawiki.nix b/nixos/modules/services/web-apps/mediawiki.nix index dc2464c065e4..80d0e0b40d24 100644 --- a/nixos/modules/services/web-apps/mediawiki.nix +++ b/nixos/modules/services/web-apps/mediawiki.nix @@ -454,7 +454,7 @@ in defaultText = literalExpression "true"; description = '' Create the database and database user locally. - This currently only applies if database type "mysql" is selected. + This currently only applies if database type "mysql" or "postgres" is selected. ''; }; };