summary refs log tree commit diff
path: root/nixos/modules/services/networking/hylafax/faxq-default.nix
blob: 9b634650cf79d92329d75ef90436e8bc6d5b402a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:

# see man:hylafax-config(5)

{

  ModemGroup = [ ''"any:0:.*"'' ];
  ServerTracing = "0x78701";
  SessionTracing = "0x78701";
  UUCPLockDir = "/var/lock";

}