MyNixOS website logo
option

services.spire.agent.settings.plugins

Built-in plugin types can be found at the plugin types documentation. See plugin configuration for options and how to configure external plugins.

Declarations
Type
JSON value
Default
null
Example
{
  KeyManager = {
    memory = {
      plugin_data = { };
    };
  };
  NodeAttestor = {
    join_token = {
      plugin_data = { };
    };
  };
  WorkloadAttestor = {
    systemd = {
      plugin_data = { };
    };
    unix = {
      plugin_data = { };
    };
  };
}