services.influxdb2.provision.organizations
Organizations to provision.
- Type
attribute set of (submodule)- Default
{ }- Example
{ myorg = { description = "My organization"; buckets.mybucket = { description = "My bucket"; retention = 31536000; # 1 year }; auths.mytoken = { readBuckets = ["mybucket"]; tokenFile = "/run/secrets/mytoken"; }; }; }- Declared
- <nixpkgs/nixos/modules/services/databases/influxdb2.nix>