MyNixOS website logo
option

services.hylafax.modems

Description of installed modems. At least on modem must be defined to enable the HylaFAX server.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  ttyS1 = {
    config = {
      FAXNumber = "123456";
      LocalIdentifier = "Smith";
    };
    type = "cirrus";
  };
}