diff options
| -rw-r--r-- | modules/mediawiki/options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; |
