Merge pull request #111421 from helsinki-systems/mediawiki
nixos/mediawiki: add name type
This commit is contained in:
commit
5008c20426
@ -180,6 +180,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
|
type = types.str;
|
||||||
default = "MediaWiki";
|
default = "MediaWiki";
|
||||||
example = "Foobar Wiki";
|
example = "Foobar Wiki";
|
||||||
description = "Name of the wiki.";
|
description = "Name of the wiki.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user