nixos/mediawiki: add name type

wip/yesman
Fritz Otlinghaus 3 years ago
parent 4015c5ca9c
commit e67b6193aa
No known key found for this signature in database
GPG Key ID: 1E5F98946FB1444E
  1. 1
      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.";

Loading…
Cancel
Save