nixos/mediawiki: add name type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 11:28:04 +01:00
parent 4015c5ca9c
commit e67b6193aa
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

View file

@ -180,6 +180,7 @@ in
};
name = mkOption {
type = types.str;
default = "MediaWiki";
example = "Foobar Wiki";
description = "Name of the wiki.";