MyNixOS website logo
option

services.mediawiki.passwordSender

Contact address for password reset.

Declarations
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"