Merge pull request #306076 from mrgiles/mediawiki_explicit_admin_username

mediawiki: update passwordfile description field
This commit is contained in:
Jörg Thalheim 2024-04-23 12:16:29 +02:00 committed by GitHub
commit 0b4cb020ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,7 +246,9 @@ in
passwordFile = mkOption { passwordFile = mkOption {
type = types.path; 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"; example = "/run/keys/mediawiki-password";
}; };