services.etcd.extraConf

NixOS option

Etcd extra configuration. See https://github.com/coreos/etcd/blob/master/Documentation/op-guide/configuration.md#configuration-flags

type: attribute set of string
Default
{ }
Example
{
  "CORS" = "*";
  "NAME" = "default-name";
  "MAX_RESULT_BUFFER" = "1024";
  "MAX_CLUSTER_SIZE" = "9";
  "MAX_RETRY_ATTEMPTS" = "3";
}
declared in: nixos/modules/services/databases/etcd.nixView source on NixOS/nixpkgs →