Unverified Commit 0b4cb020 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #306076 from mrgiles/mediawiki_explicit_admin_username

mediawiki: update passwordfile description field
parents 7264d7e5 ac259c3a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";
      };