https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
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";
|
|
|
|
}
|