MyNixOS website logo

Configuration settings for algia. All the available options can be found here: https://github.com/mattn/algia?tab=readme-ov-file#configuration.

Declarations
Type
JSON value
Default
{ }
Example
{
  privatekey = "nsecXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
  relays = {
    "wss =//relay-jp.nostr.wirednet.jp" = {
      read = true;
      search = false;
      write = true;
    };
  };
}