MyNixOS website logo
option

services.akkoma.config.":joken".":default_signer"

JWT signing secret.

The attribute _secret should point to a file containing the secret.

This secret can be generated as follows:

$ tr -dc 'A-Za-z0-9-._~' </dev/urandom | head -c 64
Declarations
Type
secret value
Default
{
  _secret = "/var/lib/secrets/akkoma/jwt-signer";
}