Skip to content

Blackfire agent

services.blackfire-agent.enable

Whether to enable Blackfire profiler agent. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/blackfire.nix

services.blackfire-agent.settings

See https://blackfire.io/docs/up-and-running/configuration/agent

Type: attribute set of string

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/blackfire.nix

services.blackfire-agent.settings.server-id

Sets the server id used to authenticate with Blackfire

You can find your personal server-id at https://blackfire.io/my/settings/credentials

Type: string

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/blackfire.nix

services.blackfire-agent.settings.server-token

Sets the server token used to authenticate with Blackfire

You can find your personal server-token at https://blackfire.io/my/settings/credentials

Type: string

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/blackfire.nix