Skip to content

Cockpit

services.cockpit.enable

Whether to enable Cockpit. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/cockpit.nix

services.cockpit.openFirewall

Open port for cockpit. Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/cockpit.nix

services.cockpit.package

The Cockpit package to use. Type: package

Default

pkgs.cockpit

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/cockpit.nix

services.cockpit.port

Port where cockpit will listen. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

9090

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/cockpit.nix

services.cockpit.settings

Settings for cockpit that will be saved in /etc/cockpit/cockpit.conf.

See the documentation, that is also available with man cockpit.conf.5 for details.

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

Default

{ }

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/cockpit.nix