services.hylafax.sendmailPath

NixOS option

Path to sendmail program. The default uses the local sendmail wrapper (see config.services.mail.sendmailSetuidWrapper), otherwise the false binary to cause an error if used.

type: absolute path
Example
lib.getExe' config.services.postfix.package "sendmail"
declared in: nixos/modules/services/networking/hylafax/options.nixView source on NixOS/nixpkgs →