12 lines
168 B
Nix
12 lines
168 B
Nix
{ ... }:
|
|
|
|
# see man:hylafax-config(5)
|
|
|
|
{
|
|
|
|
ModemGroup = [ ''"any:0:.*"'' ];
|
|
ServerTracing = "0x78701";
|
|
SessionTracing = "0x78701";
|
|
UUCPLockDir = "/var/lock";
|
|
|
|
}
|