trivionomicon: mediawiki: update passwordFile option description
This commit is contained in:
parent
6e15b6b370
commit
47390d14a3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ with lib.types; {
|
||||||
|
|
||||||
passwordFile = lib.mkOption {
|
passwordFile = lib.mkOption {
|
||||||
type = types.path;
|
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";
|
example = "/run/keys/mediawiki-password";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue