summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 15:04:14 +0100
committerGitHub <noreply@github.com>2021-01-31 15:04:14 +0100
commit5008c20426e7cac3ca3bc79ef0fb95ca7e66dc89 (patch)
treec110e2922eccc00be659dc4f3231396b1a300712 /nixos
parent49f5e8799b22319843b8c99105fb267651104ce7 (diff)
parente67b6193aaf9d635499bcc9d8d041086229009d5 (diff)
Merge pull request #111421 from helsinki-systems/mediawiki
nixos/mediawiki: add name type
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/mediawiki.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/mediawiki.nix b/nixos/modules/services/web-apps/mediawiki.nix
index 0a5b6047bb58..1db1652022a3 100644
--- a/nixos/modules/services/web-apps/mediawiki.nix
+++ b/nixos/modules/services/web-apps/mediawiki.nix
@@ -180,6 +180,7 @@ in
};
name = mkOption {
+ type = types.str;
default = "MediaWiki";
example = "Foobar Wiki";
description = "Name of the wiki.";