diff options
| author | Fabian Montero <fabian@posixlycorrect.com> | 2026-02-04 20:35:54 -0600 |
|---|---|---|
| committer | Fabian Montero <fabian@posixlycorrect.com> | 2026-02-04 20:35:54 -0600 |
| commit | 878a8a72db8421cf9f893866c79772a551e74614 (patch) | |
| tree | 3f2999776f33f1eacd18d246001e26ca98be9022 /modules | |
| parent | aa127e8bca6ad796fb0622085e85ac42d91b4467 (diff) | |
trivionomicon: mediawiki: update passwordFile option description
Diffstat (limited to 'modules')
| -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"; }; |
