services.mediawiki.passwordSender

Contact address for password reset.

Type
string
Default
if cfg.webserver == "apache" then
  if cfg.httpd.virtualHost.adminAddr != null then
    cfg.httpd.virtualHost.adminAddr
  else
    config.services.httpd.adminAddr else "root@localhost"
Declared
<nixpkgs/nixos/modules/services/web-apps/mediawiki.nix>