Unverified Commit ac259c3a authored by Marcelo Giles's avatar Marcelo Giles
Browse files

mediawiki: update passwordfile description field

parent 80368c5b
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";
      };