nixos/mediawiki: add postgres option to createLocally description (#466249)

This commit is contained in:
Aleksana
2025-12-06 13:50:07 +00:00
committed by GitHub
@@ -466,7 +466,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.
'';
};
};