Skip to content

Nncp

services.nncp.caller.enable

Whether to enable cron'ed NNCP TCP daemon caller. The daemon will take configuration from . Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nncp.nix

services.nncp.caller.extraArgs

Extra command-line arguments to pass to caller. Type: list of string

Default

[ ]

Example

["-autotoss"]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nncp.nix

services.nncp.daemon.enable

Whether to enable NNCP TCP synronization daemon. The daemon will take configuration from . Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nncp.nix

services.nncp.daemon.extraArgs

Extra command-line arguments to pass to daemon. Type: list of string

Default

[ ]

Example

["-autotoss"]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nncp.nix

services.nncp.daemon.socketActivation.enable

Whether to enable socket activation for nncp-daemon. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nncp.nix

services.nncp.daemon.socketActivation.listenStreams

TCP sockets to bind to. See .

Type: list of string

Default

["5400"]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/nncp.nix