MyNixOS website logo
option

services.akkoma.frontends

Akkoma frontends.

Declarations
Type
attribute set of (submodule)
Default
{
  primary = {
    package = pkgs.akkoma-frontends.akkoma-fe;
    name = "akkoma-fe";
    ref = "stable";
  };
  admin = {
    package = pkgs.akkoma-frontends.admin-fe;
    name = "admin-fe";
    ref = "stable";
  };
}