services.mediawiki.passwordSender

NixOS option

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 in: nixos/modules/services/web-apps/mediawiki.nixView source on NixOS/nixpkgs →