services.mediawiki.url
NixOS option
URL of the wiki.
type: stringDefault
''
if "mediawiki uses ssl" then "{"https" else "http"}://''${cfg.hostName}" else "http://localhost";
''Example
declared in: nixos/modules/services/web-apps/mediawiki.nixView source on NixOS/nixpkgs →"https://wiki.example.org"