summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 11:28:04 +0100
committerFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 11:28:04 +0100
commite67b6193aaf9d635499bcc9d8d041086229009d5 (patch)
treefbddde781c253414129c3f555c92b8a81f7f7c41 /nixos
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
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.";