trivionomicon: mediawiki: update passwordFile option description
This commit is contained in:
parent
9c9b44d600
commit
9591829afe
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue