MyNixOS website logo
option

services.akkoma.config.":pleroma"."Pleroma.Repo"

Declarations
Type
Elixir value
Default
{
  adapter = (pkgs.formats.elixirConf { }).lib.mkRaw "Ecto.Adapters.Postgres";
  socket_dir = "/run/postgresql";
  username = config.services.akkoma.user;
  database = "akkoma";
}