Influxdb
services.influxdb.dataDir
Data directory for influxd data files.
Type: path
Default
"/var/db/influxdb"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/influxdb.nix
services.influxdb.enable
Whether to enable the influxdb server
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/influxdb.nix
services.influxdb.extraConfig
Extra configuration options for influxdb
Type: attribute set
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/influxdb.nix
services.influxdb.group
Group under which influxdb runs
Type: string
Default
"influxdb"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/influxdb.nix
services.influxdb.package
The influxdb package to use.
Type: package
Default
pkgs.influxdb
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/influxdb.nix
services.influxdb.user
User account under which influxdb runs
Type: string
Default
"influxdb"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/influxdb.nix