Skip to content

Mimir

services.mimir.configFile

Specify a configuration file that Mimir should use.

Type: null or path

Default

null

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

services.mimir.configuration

Specify the configuration for Mimir in Nix.

Type: JSON value

Default

{ }

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

services.mimir.enable

Whether to enable mimir. Type: boolean

Default

false

Example

true

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

services.mimir.extraFlags

Specify a list of additional command line flags, which get escaped and are then passed to Mimir.

Type: list of string

Default

[ ]

Example

["--config.expand-env=true"]

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

services.mimir.package

The mimir package to use. Type: package

Default

pkgs.mimir

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