trivionomicon: mediawiki: update passwordFile option description

This commit is contained in:
Fabian Montero 2026-02-04 20:35:54 -06:00
parent 6e15b6b370
commit 47390d14a3

View file

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