From 47390d14a36a30720f152bda440152e6334c6b30 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Wed, 4 Feb 2026 20:35:54 -0600 Subject: [PATCH] trivionomicon: mediawiki: update passwordFile option description --- modules/mediawiki/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };