mediawiki: update passwordfile description field

This commit is contained in:
Marcelo Giles 2024-04-22 11:02:52 -07:00
parent 80368c5bef
commit ac259c3a59
No known key found for this signature in database
GPG Key ID: F79A638016E48DFE
1 changed files with 3 additions and 1 deletions

View File

@ -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";
};