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

# see man:hfaxd(8)

{

  ServerTracing = "0x91";
  XferLogFile = "/clientlog";

}