From 878a8a72db8421cf9f893866c79772a551e74614 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Wed, 4 Feb 2026 20:35:54 -0600 Subject: trivionomicon: mediawiki: update passwordFile option description --- modules/mediawiki/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mediawiki/options.nix') diff --git a/modules/mediawiki/options.nix b/modules/mediawiki/options.nix index dc01a74..3ab7894 100644 --- a/modules/mediawiki/options.nix +++ b/modules/mediawiki/options.nix @@ -15,7 +15,7 @@ with lib.types; { passwordFile = lib.mkOption { type = types.path; - description = "path of passwordfile for mediawiki"; + description = "A file containing the initial password for the administrator account 'admin'"; example = "/run/keys/mediawiki-password"; }; -- cgit v1.2.3