Skip to content

Beanstalkd

services.beanstalkd.enable

Whether to enable the Beanstalk work queue. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/beanstalkd.nix

services.beanstalkd.listen.address

IP address to listen on. Type: string

Default

"127.0.0.1"

Example

"0.0.0.0"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/beanstalkd.nix

services.beanstalkd.listen.port

TCP port that will be used to accept client connections. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

11300

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/beanstalkd.nix

services.beanstalkd.openFirewall

Whether to open ports in the firewall for the server. Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/beanstalkd.nix