mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
13 lines
166 B
Nix
13 lines
166 B
Nix
|
{ ... }:
|
||
|
|
||
|
# see man:hylafax-config(5)
|
||
|
|
||
|
{
|
||
|
|
||
|
ModemGroup = [ ''"any:.*"'' ];
|
||
|
ServerTracing = "0x78701";
|
||
|
SessionTracing = "0x78701";
|
||
|
UUCPLockDir = "/var/lock";
|
||
|
|
||
|
}
|