services.druid.overlord.config

NixOS option

(key=value) Configuration to be written to runtime.properties of the druid Druid Overlord https://druid.apache.org/docs/latest/configuration/index.html

type: attribute set of anything
Default
{ }
Example
{
  "druid.plainTextPort" = "8082";
  "druid.service" = "servicename";
}
declared in: nixos/modules/services/cluster/druid/default.nixView source on NixOS/nixpkgs →