MyNixOS website logo
option

services.spire.server.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
{
  DataStore = {
    sql = {
      plugin_data = {
        connection_string = "$STATE_DIRECTORY/datastore.sqlite3";
        database_type = "sqlite3";
      };
    };
  };
  KeyManager = {
    memory = {
      plugin_data = { };
    };
  };
  NodeAttestor = {
    join_token = {
      plugin_data = { };
    };
  };
}