nixpkgs/nixos/modules/services/networking/hylafax
Yarny0 e57156bcaa nixos/hylafax: fix faxq ModemGroup setting
The manpage claims that the "limit" in the setting::
  <name>:[<limit>:]<regex>
is optional and defaults to zero, implying no limit.
However, tests confirmed that it actually isn't optional.

Without limit, the setting ``any:.*`` places
outbound jobs on infinite hold if no particular
modem was specified on the sendfax command line.
The new default value ``any:0:.*`` from
this commit uses any available modem to
send jobs if not modem was given to sendfax.
2019-04-12 11:11:49 +02:00
..
default.nix nixos/hylafax: add 'yarny' (= myself) as maintainer 2019-04-12 11:11:48 +02:00
faxq-default.nix nixos/hylafax: fix faxq ModemGroup setting 2019-04-12 11:11:49 +02:00
faxq-wait.sh modules: HylaFAX server configuration 2018-09-08 14:21:40 +02:00
hfaxd-default.nix modules: HylaFAX server configuration 2018-09-08 14:21:40 +02:00
modem-default.nix modules: HylaFAX server configuration 2018-09-08 14:21:40 +02:00
options.nix modules: HylaFAX server configuration 2018-09-08 14:21:40 +02:00
spool.sh modules: HylaFAX server configuration 2018-09-08 14:21:40 +02:00
systemd.nix nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00