mediawiki: update passwordfile description field
This commit is contained in:
parent
80368c5bef
commit
ac259c3a59
1 changed files with 3 additions and 1 deletions
|
@ -246,7 +246,9 @@ in
|
|||
|
||||
passwordFile = mkOption {
|
||||
type = types.path;
|
||||
description = "A file containing the initial password for the admin user.";
|
||||
description = ''
|
||||
A file containing the initial password for the administrator account "admin".
|
||||
'';
|
||||
example = "/run/keys/mediawiki-password";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue