MyNixOS website logo
option

services.isso.settings

Configuration for isso.

See Isso Server Configuration for supported values.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Example
{
  general = {
    host = "http://localhost";
  };
}