summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFabian Montero <fabian@posixlycorrect.com>2026-02-04 20:35:54 -0600
committerFabian Montero <fabian@posixlycorrect.com>2026-02-04 20:35:54 -0600
commit878a8a72db8421cf9f893866c79772a551e74614 (patch)
tree3f2999776f33f1eacd18d246001e26ca98be9022 /modules
parentaa127e8bca6ad796fb0622085e85ac42d91b4467 (diff)
trivionomicon: mediawiki: update passwordFile option description
Diffstat (limited to '')
-rw-r--r--modules/mediawiki/options.nix2
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";
};