services.influxdb2.provision.users

Users to provision.

Type
attribute set of (submodule)
Default
{ }
Example
{
  # admin = {}; /* The initialSetup.username will automatically be added. */
  myuser.passwordFile = "/run/secrets/myuser_password";
}
Declared
<nixpkgs/nixos/modules/services/databases/influxdb2.nix>