services.isso.settings

Configuration for isso.

See Isso Server Configuration for supported values.

Type
open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Example
{
  general = {
    host = "http://localhost";
  };
}
Declared
<nixpkgs/nixos/modules/services/web-apps/isso.nix>