services.akkoma.frontends

Akkoma frontends.

Type
attribute set of (submodule)
Default
{
  primary = {
    package = pkgs.akkoma-fe;
    name = "akkoma-fe";
    ref = "stable";
  };
  admin = {
    package = pkgs.akkoma-admin-fe;
    name = "admin-fe";
    ref = "stable";
  };
}
Declared
<nixpkgs/nixos/modules/services/web-apps/akkoma.nix>