···6565 '';
6666 };
67676868+ name = lib.mkOption {
6969+ type = lib.types.str;
7070+ description = ''
7171+ The name of this systemd unit, including its extension.
7272+ This can be used to refer to this unit from other systemd units.
7373+ '';
7474+ };
7575+6876 overrideStrategy = mkOption {
6977 default = "asDropinIfExists";
7078 type = types.enum [ "asDropinIfExists" "asDropin" ];
···246246247247 passwordFile = mkOption {
248248 type = types.path;
249249- description = "A file containing the initial password for the admin user.";
249249+ description = ''
250250+ A file containing the initial password for the administrator account "admin".
251251+ '';
250252 example = "/run/keys/mediawiki-password";
251253 };
252254