nixos/mediawiki: add name type

This commit is contained in:
Fritz Otlinghaus
2021-01-31 11:28:04 +01:00
parent 4015c5ca9c
commit e67b6193aa

View File

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