services.mediawiki.passwordSender
NixOS option
Contact address for password reset.
type: stringDefault
declared in: nixos/modules/services/web-apps/mediawiki.nixView source on NixOS/nixpkgs →if cfg.webserver == "apache" then
if cfg.httpd.virtualHost.adminAddr != null then
cfg.httpd.virtualHost.adminAddr
else
config.services.httpd.adminAddr else "root@localhost"