services.mediawiki.url

URL of the wiki.

Type
string
Default
''
  if "mediawiki uses ssl" then "{"https" else "http"}://''${cfg.hostName}" else "http://localhost";
''
Example
"https://wiki.example.org"
Declared
<nixpkgs/nixos/modules/services/web-apps/mediawiki.nix>