MyNixOS website logo
option

services.akkoma.config.":pleroma".":instance".static_dir

Directory of static files.

This directory can be built using a derivation, or it can be managed as mutable state by setting the option to an absolute path.

Declarations
Type
path
Default
{
  _type = "literalMD";
  text = ''
    Derivation gathering the following paths into a directory:

    - [{option}`services.akkoma.frontends`](#opt-services.akkoma.frontends)
    - [{option}`services.akkoma.extraStatic`](#opt-services.akkoma.extraStatic)
  '';
}