Update yoto HA component together with its library (#372489)
[NixPkgs.git] / nixos / modules / services / networking / hylafax / modem-default.nix
blob9251f9d048c32593f044e6fbaafce8078c78a19f
1 { pkgs, ... }:
3 # see man:hylafax-config(5)
7   TagLineFont = "etc/LiberationSans-25.pcf";
8   TagLineLocale = "en_US.UTF-8";
10   AdminGroup = "root"; # groups that can change server config
11   AnswerRotary = "fax"; # don't accept anything else but faxes
12   LogFileMode = "0640";
13   PriorityScheduling = true;
14   RecvFileMode = "0640";
15   ServerTracing = "0x78701";
16   SessionTracing = "0x78701";
17   UUCPLockDir = "/var/lock";
19   SendPageCmd = "${pkgs.coreutils}/bin/false"; # prevent pager transmit
20   SendUUCPCmd = "${pkgs.coreutils}/bin/false"; # prevent UUCP transmit